Skip to content

Commit f947ca9

Browse files
committed
Fix condition
1 parent 74d56c6 commit f947ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
on:
4545
tags: true
4646
repo: openshift/openshift-restclient-python
47-
condition: "$TRAVIS_TAG =~ ^v[0-9]\\.[0-9]\\.[0-9](([ab]|dev|rc)[0-9])?$"
47+
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+(([ab]|dev|rc)[0-9]+)?$"
4848
- stage: test-deploy
4949
script: python -c "import openshift ; print(openshift.__version__)"
5050
install:

0 commit comments

Comments
 (0)