We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06597ec commit 2986dadCopy full SHA for 2986dad
1 file changed
CI/github.build.deploy.sh
@@ -6,8 +6,7 @@
6
#TRAVIS_REPO_SLUG="RemoteTechnologiesGroup/RemoteTech"
7
#GITHUB_TOKEN="Personal access token from https://github.com/settings/applications"
8
9
-RECENT_TAG=`git describe --abbrev=0 --tags | cut -c2-`
10
-VERSION="${RECENT_TAG}-build-${TRAVIS_BRANCH}-${TRAVIS_BUILD_NUMBER}"
+VERSION="build-${TRAVIS_BRANCH}-${TRAVIS_BUILD_NUMBER}"
11
FILENAME=$(echo "${VERSION}.zip" | tr '/' '_') # else it will fail on branches like chore/travis
12
13
python_parse_json() {
0 commit comments