From 29c3c3c717017b42319cdc82a321f9a05b5b39ed Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Wed, 10 Mar 2021 12:45:40 +0300 Subject: [PATCH] Fix version generation in deployment script --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 1f9e6338e..42ff82d5e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -33,7 +33,7 @@ function deploy_teavm { fi rm response - TEAVM_DEPLOY_VERSION_FULL="$TEAVM_DEPLOY_VERSION.0-$TEAVM_DEPLOY_BUILD" + TEAVM_DEPLOY_VERSION_FULL="$TEAVM_DEPLOY_VERSION.0-dev-$TEAVM_DEPLOY_BUILD" if [[ "200" == `curl --output response --silent --write-out "%{http_code}" https://teavm.org/maven/versions/$TEAVM_DEPLOY_VERSION_FULL-commit.txt` ]] ; then if [[ "$TEAVM_DEPLOY_COMMIT_ID" == `cat response` ]] ; then