Skip to content

Commit e9f1464

Browse files
committed
docker deploy condition was incorrect
1 parent 1484c70 commit e9f1464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
skip_cleanup: true
6060
on:
6161
tags: true
62-
condition: $TRAVIS_BRANCH =~ ^[0-9]+\. && $TRAVIS_REPOSLUG = KxSystems/embedPy
62+
condition: $TRAVIS_BRANCH =~ ^[0-9]+\.
6363
- &conda_build
6464
stage: deploy_target
6565
env:

0 commit comments

Comments
 (0)