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.
2 parents 00fa42e + 3af6735 commit 2bf17b0Copy full SHA for 2bf17b0
1 file changed
scripts/travis_deploy.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -eux
3
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
4
- TAG_NAME=$( echo "$TRAVIS_BRANCH" | tr -cd 'a-zA-Z0-9\-_ ' );
+ TAG_NAME=$( echo "$TRAVIS_BRANCH" | tr -cd 'a-zA-Z0-9\-_. ' );
5
6
if [[ "${TRAVIS_BRANCH}" == "master" ]]; then
7
TAG_NAME="latest";
0 commit comments