v1.0.0
continuous-integration/drone/push Build is passing Details

pull/4/head
Dmitry Kirdyashkin 2023-07-23 15:07:22 +03:00
parent 8d02447620
commit 6f9ff86fe8
1 changed files with 1 additions and 1 deletions

2
lib
View File

@ -8,7 +8,7 @@ function create-archive(){
}
function set-variables(){
RELEASE=$(echo $DRONE_COMMIT_MESSAGE | tr -d '\n')-$DRONE_BRANCH
export RELEASE=$(echo $DRONE_COMMIT_MESSAGE | tr -d '\n')-$DRONE_BRANCH
echo "$RELEASE"
envsubst < module.json.template > ./module.json
cat ./module.json