Skip to content

Commit

Permalink
Fix the travis condition to make docker hub push on merge to master (#15
Browse files Browse the repository at this point in the history
)
  • Loading branch information
anandswaminathan committed Jun 3, 2019
1 parent f3c05db commit 390fa96
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 @@ -24,7 +24,7 @@ jobs:
before_script: integ/setup.sh
script: "sudo -E \"PATH=$PATH\" integ/test.sh"
- stage: release
if: TRAVIS_PULL_REQUEST = false
if: (branch = master AND type = push) OR tag IS present
name: docker build and push
install: true
script: make dockerhub_push
Expand Down

0 comments on commit 390fa96

Please sign in to comment.