Skip to content

Commit

Permalink
Fix tag condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Nov 5, 2018
1 parent 2bf10ca commit b52fc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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 b52fc4a

Please sign in to comment.