From 0265aed870cb7be6255145adc853853069df91bf Mon Sep 17 00:00:00 2001 From: giles Date: Fri, 20 Oct 2023 12:11:07 +0100 Subject: [PATCH] . --- .drone/drone-home.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.drone/drone-home.yml b/.drone/drone-home.yml index 77c388c..860ac1a 100644 --- a/.drone/drone-home.yml +++ b/.drone/drone-home.yml @@ -200,8 +200,6 @@ steps: - export ROOT=stack - cd /stack/gitea - "n=0\nwhile :\ndo\n docker login $${REGISTRY_DOMAIN}:$${REGISTRY_PORT}/ --username client --password \"$${REGISTRY_PASSWORD}\" \\\\\n && break # substitute your command here\n n=$((n+1))\n if [ $n -ge 10 ]; then\n echo \"login failed\"\n exit 1\n fi\n echo \"retrying login..$n\"\n sleep 5\ndone\n" - - printenv - - sh .drone/pull.sh ${DRONE_COMMIT_SHA} - sh .drone/deploy.sh ${DRONE_COMMIT_SHA} environment: GITEA_APP_NAME: @@ -273,8 +271,6 @@ steps: - export ROOT=stack - cd /stack/gitea - "n=0\nwhile :\ndo\n docker login $${REGISTRY_DOMAIN}:$${REGISTRY_PORT}/ --username client --password \"$${REGISTRY_PASSWORD}\" \\\\\n && break # substitute your command here\n n=$((n+1))\n if [ $n -ge 10 ]; then\n echo \"login failed\"\n exit 1\n fi\n echo \"retrying login..$n\"\n sleep 5\ndone\n" - - printenv - - sh .drone/pull.sh ${DRONE_TAG} - sh .drone/deploy.sh ${DRONE_TAG} environment: GITEA_APP_NAME: