Skip to content

Commit

Permalink
pass the correct TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed May 13, 2019
1 parent f533f2d commit c0dc3c8
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 @@ -316,7 +316,7 @@ jobs:
on:
all_branches: true
tags: true
condition: $TRAVIS_TAG =~ ^v[1-9][0-9]*.[0-9]+.[0-9]+$
condition: $TRAVIS_TAG =~ ^staging-\d{4}-[01][1-9]-[0123]\d.\d+.\b[0-9a-f]{5,40}\b$
notifications:
email:
on_success: never
Expand Down

0 comments on commit c0dc3c8

Please sign in to comment.