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 af732f0 commit 8cb9051Copy full SHA for 8cb9051
.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