final test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2024-06-13 16:40:25 +02:00
parent 43efebecc3
commit 7673af7b2f
2 changed files with 0 additions and 2 deletions

View File

@@ -44,7 +44,6 @@ steps:
ZONE=$(cat /drone/src/install.sh | base64 -w0)
DATA=$(printf '{"message": "Modifying install.sh", "sha": "'$SHA'", "content": "%s", "branch": "main"}' "$ZONE")
curl -X PUT -s -H "Authorization: token $TOKEN" -H "Accept: application/json" -H "Content-Type: application/json" -d "$DATA" $URL
echo $ZONE
when:
branch:

View File

@@ -84,7 +84,6 @@ ask_envs() {
break;
fi
fi;
done;
if [ "$VPN_PROXY" == "yes" ]; then