Skip to content

Commit

Permalink
Merge pull request #322 from VirtualFlyBrain/release_march_2019
Browse files Browse the repository at this point in the history
docker fix
  • Loading branch information
Robbie1977 authored Mar 26, 2019
2 parents 258c453 + e2d01fc commit 9cd5b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cd5b14

Please sign in to comment.