Skip to content

Commit

Permalink
Fix travis condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Mar 24, 2020
1 parent 58b5265 commit d257672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
on:
tags: true
repo: openshift/openshift-restclient-python
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]+)?$"
- stage: test-deploy
script: python -c "import openshift ; print(openshift.__version__)"
install:
Expand Down

0 comments on commit d257672

Please sign in to comment.