Skip to content

Commit

Permalink
chore(travis): fix condition for tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-napoleone authored Sep 20, 2018
1 parent 673f0e7 commit 1ecffed
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 @@ -43,4 +43,4 @@ stages:
- name: Build and push image
if: type != pull_request AND branch = master AND tag IS blank AND repo = tomochain/netstats
- name: Build and push image (tagged)
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/netstats
if: type != pull_request AND branch =~ ^v AND tag IS present AND repo = tomochain/netstats

0 comments on commit 1ecffed

Please sign in to comment.