diff --git a/.drone.yml b/.drone.yml index a3839ea..39034cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: diff --git a/install.sh b/install.sh index 800122c..70abe60 100755 --- a/install.sh +++ b/install.sh @@ -84,7 +84,6 @@ ask_envs() { break; fi fi; - done; if [ "$VPN_PROXY" == "yes" ]; then