Skip to content

Commit

Permalink
update tag regex of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhen263 committed Mar 6, 2018
1 parent af04f64 commit b08788b
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 @@ -38,7 +38,7 @@ jobs:
- docker push data61/${ER_RC_VERSION}
- docker push data61/${ER_RC_LATEST}
- stage: release
if: tag =~ ^release-*$"
if: tag =~ ^release-.*$
script:
- mvn package
- echo "Releasing docker for ERBaseline version [${ER_VERSION}]"
Expand Down

0 comments on commit b08788b

Please sign in to comment.