Skip to content

Commit

Permalink
Merge pull request #342 from VirtualFlyBrain/vfb_geppetto_application
Browse files Browse the repository at this point in the history
blocking pull request from updating docker hub
  • Loading branch information
Robbie1977 authored Jul 8, 2019
2 parents 37c5d26 + 1ad094a commit e9867fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ script:
- docker stop $(docker ps -a -q)
- docker rm $(docker ps -a -q)
after_success:
- cd $TRAVIS_BUILD_DIR
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker push $REPO:$TAG
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
cd $TRAVIS_BUILD_DIR;
docker login -u $DOCKER_USER -p $DOCKER_PASS;
docker push $REPO:$TAG;
fi;

0 comments on commit e9867fe

Please sign in to comment.