Skip to content

Commit 8cb9051

Browse files
committed
fix deployment conditional
1 parent af732f0 commit 8cb9051

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)