Compare commits

..

2 Commits

Author SHA1 Message Date
Dmitry Kirdyashkin 70c420e043 Merge branch 'dev' of https://gitea.kdiva.ru/modules/sc-items into dev
continuous-integration/drone/push Build is failing Details
2023-07-23 15:40:58 +03:00
Dmitry Kirdyashkin 0c29086a41 v1.0.0 2023-07-23 15:40:56 +03:00
1 changed files with 2 additions and 2 deletions

4
lib
View File

@ -10,8 +10,8 @@ function create-archive(){
function create-varfile(){
RELEASE_TAG=$(echo $DRONE_COMMIT_MESSAGE | tr -d '\n')-$DRONE_BRANCH
COMMIT_SHA=$(git rev-parse HEAD)
echo $RELEASE_TAG >> vars
echo $COMMIT_SHA >> vars
echo "RELEASE_TAG=\"$RELEASE_TAG\"" >> vars
echo "COMMIT_SHA=\"$COMMIT_SHA\"" >> vars
}
function set-variables(){