version file name

This commit is contained in:
Nabeel Shahzad 2018-03-26 15:28:28 -05:00
parent 75874e1ed0
commit 5cad037d7d

View File

@ -74,7 +74,7 @@ if [ "$TRAVIS" = "true" ]; then
cp "$TRAVIS_BUILD_DIR/VERSION" release_version cp "$TRAVIS_BUILD_DIR/VERSION" release_version
artifacts upload --target-paths "/" release_version artifacts upload --target-paths "/" release_version
else else
echo "uploading $TRAVIS_BRANCH_version file" echo "uploading ${TRAVIS_BRANCH}_version file"
cp $TRAVIS_BUILD_DIR/VERSION ${TRAVIS_BRANCH}_version cp $TRAVIS_BUILD_DIR/VERSION ${TRAVIS_BRANCH}_version
artifacts upload --target-paths "/" ${TRAVIS_BRANCH}_version artifacts upload --target-paths "/" ${TRAVIS_BRANCH}_version
fi fi