We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3690623 commit 92a4fefCopy full SHA for 92a4fef
admin/build.sh
@@ -34,7 +34,7 @@ else
34
fi
35
36
verPat="[0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
37
-tagPat="^v$verPat(#$verPat#[0-9]+)?$"
+tagPat="^v$verPat(#.*)?$"
38
39
if [[ "$TRAVIS_TAG" =~ $tagPat ]]; then
40
tagVer=${TRAVIS_TAG}
0 commit comments