fix(sanity): fixing flaky sanity test case

Also moving to bionic docker image for github action also.

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-12-10 15:36:08 +05:30 committed by Kiran Mova
parent 2ae14f556b
commit 0409fca095
3 changed files with 34 additions and 8 deletions

View file

@ -41,7 +41,7 @@ COPY . .
RUN make buildx.csi-driver
FROM ubuntu:19.10
FROM ubuntu:18.04
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update; exit 0