Skip to content

Commit

Permalink
Hotfix travis conditions
Browse files Browse the repository at this point in the history
Should use tag IS blank and not tag = false
  • Loading branch information
etienne-napoleone authored Jul 31, 2018
1 parent 89df8f1 commit 285f0cb
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 @@ -91,7 +91,7 @@ stages:
- name: Github release
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
- name: Build and push untagged commit into image tomochain
if: type != pull_request AND branch = master AND tag = false AND repo = tomochain/tomochain
if: type != pull_request AND branch = master AND tag IS blank AND repo = tomochain/tomochain
- name: Build and push tagged commit into image tomochain
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain

Expand Down

0 comments on commit 285f0cb

Please sign in to comment.