Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Jul 8, 2019
1 parent 909a36f commit 005a92e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ script:
- docker stop $(docker ps -a -q)
- docker rm $(docker ps -a -q)
after_success:
- name: deploy
if: type NOT IN (pull_request)
- cd $TRAVIS_BUILD_DIR
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker push $REPO:$TAG
- stage: "deploy"
script:
- cd $TRAVIS_BUILD_DIR
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker push $REPO:$TAG
if: type NOT IN (pull_request)

0 comments on commit 005a92e

Please sign in to comment.