Skip to content

Commit

Permalink
docker deploy condition was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanna-kx committed Sep 4, 2018
1 parent 1484c70 commit e9f1464
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 @@ -59,7 +59,7 @@ jobs:
skip_cleanup: true
on:
tags: true
condition: $TRAVIS_BRANCH =~ ^[0-9]+\. && $TRAVIS_REPOSLUG = KxSystems/embedPy
condition: $TRAVIS_BRANCH =~ ^[0-9]+\.
- &conda_build
stage: deploy_target
env:
Expand Down

0 comments on commit e9f1464

Please sign in to comment.