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 31fb715 commit dbb86ddCopy full SHA for dbb86dd
.travis.yml
@@ -15,7 +15,7 @@ jobs:
15
- stage: verify-tag
16
python: 3.7
17
script: >
18
- [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ] &&
+ [ "v$(python -c 'from scripts.constants import CLIENT_VERSION; print(CLIENT_VERSION)')" == "${TRAVIS_TAG}" ] &&
19
[[ "${TRAVIS_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(([ab]|dev|rc)[0-9]+)?$ ]]
20
- stage: test
21
python: 2.7
0 commit comments