Skip to content

Commit

Permalink
fix docker build in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Sep 25, 2018
1 parent e3406cc commit 3d3fc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ script:
- docker stop $(docker ps -aq)
- docker rm $(docker ps -aq)
after_success:
- docker build -t aostreetart/kelona:latest
- scripts/linux/push_docker.sh $DOCKER_MAIL $DOCKER_UN $DOCKER_PW $TRAVIS_BRANCH
- cd $TRAVIS_BUILD_DIR && docker build -t aostreetart/kelona:latest .
- cd $TRAVIS_BUILD_DIR && scripts/linux/push_docker.sh $DOCKER_MAIL $DOCKER_UN $DOCKER_PW $TRAVIS_BRANCH
after_failure:
- cd $TRAVIS_BUILD_DIR && cat logs/avc.log | grep ERROR
notifications:
Expand Down

0 comments on commit 3d3fc94

Please sign in to comment.