Compare commits

..

No commits in common. "66243205f8c55c84319f9e54b4ca5104ada73b86" and "de3f48e9836f445c645b858b422c303b43041c6f" have entirely different histories.

1 changed files with 0 additions and 8 deletions

8
lib
View File

@ -7,14 +7,6 @@ function create-archive(){
zip -r -9 ./release/module.zip ./src/* zip -r -9 ./release/module.zip ./src/*
} }
function set-variables(){
envsubst < module.json.template > ./module.json
cat ./module.json
git add .
git commit -m 'update'
git push origin $DRONE_BRANCH
}
function create-release(){ function create-release(){
if [[ -z "${TAG}" ]]; then if [[ -z "${TAG}" ]]; then
echo "TAG key is not set" echo "TAG key is not set"