We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b5265 commit d257672Copy full SHA for d257672
.travis.yml
@@ -44,7 +44,7 @@ jobs:
44
on:
45
tags: true
46
repo: openshift/openshift-restclient-python
47
- condition: "$TRAVIS_TAG =~ ^v[0-9]\\.[0-9]\\.[0-9](([ab]|dev|rc)[0-9])?$"
+ condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+(([ab]|dev|rc)[0-9]+)?$"
48
- stage: test-deploy
49
script: python -c "import openshift ; print(openshift.__version__)"
50
install:
0 commit comments