Skip to content

Commit

Permalink
fix tag regex in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed Apr 24, 2020
1 parent bbf159a commit f802e68
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 @@ -30,7 +30,7 @@ stages:
# TRAVIS SETS BRANCH = TAG if TAG != ""!
# deploy is bad, multi-arch is needed and not working well right now
# see c27cc27b and surrounding commits for a cleaner amd64 only solution
if: tag =~ ^v([0-9]+.)+[0-9]$ AND fork = false AND type = push
if: tag =~ ^v([0-9]+.)+[0-9]+$ AND fork = false AND type = push


jobs:
Expand Down

0 comments on commit f802e68

Please sign in to comment.