Skip to content

Commit

Permalink
Fix travis deploy stage condition
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Feb 12, 2019
1 parent 11bf70f commit 4c225e6
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 @@ -38,7 +38,7 @@ stages:
#if: branch = master OR env(TRAVIS_TAG) IS present
- Docker
- name: Deploy
if: branch = master OR env(TRAVIS_TAG) IS present
if: branch = master OR tag IS present
jobs:
fast_finish: true
allow_failures:
Expand Down

0 comments on commit 4c225e6

Please sign in to comment.