From e2d01fce94533fd1d24c612b0e8682bcf8349750 Mon Sep 17 00:00:00 2001 From: Rob Court Date: Tue, 26 Mar 2019 12:09:12 +0000 Subject: [PATCH] ensuring no-cache to fix debian issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9deb04253..6a846140c 100755 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ script: fi - echo -e "travis_fold:end:Geppetto-Config" || true - echo -e "travis_fold:start:Docker-Build" || true -- travis_wait 200 docker build -t $REPO:$COMMIT . +- travis_wait 200 docker build --no-cache --pull -t $REPO:$COMMIT . - echo -e "travis_fold:end:Docker-Build" || true - echo -e "travis_fold:start:Docker-Run" || true - travis_wait 200 docker network create -d bridge --subnet 192.168.0.0/24 --gateway 192.168.0.1 dockernet