From 5cad037d7dafc0dd757c36155692b96fa711a386 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 26 Mar 2018 15:28:28 -0500 Subject: [PATCH] version file name --- .travis/deploy_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index 0cac79ff..97e17f2a 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -74,7 +74,7 @@ if [ "$TRAVIS" = "true" ]; then cp "$TRAVIS_BUILD_DIR/VERSION" release_version artifacts upload --target-paths "/" release_version else - echo "uploading $TRAVIS_BRANCH_version file" + echo "uploading ${TRAVIS_BRANCH}_version file" cp $TRAVIS_BUILD_DIR/VERSION ${TRAVIS_BRANCH}_version artifacts upload --target-paths "/" ${TRAVIS_BRANCH}_version fi