.
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
This commit is contained in:
parent
f823321fa9
commit
0265aed870
|
@ -200,8 +200,6 @@ steps:
|
||||||
- export ROOT=stack
|
- export ROOT=stack
|
||||||
- cd /stack/gitea
|
- 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"
|
- "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}
|
- sh .drone/deploy.sh ${DRONE_COMMIT_SHA}
|
||||||
environment:
|
environment:
|
||||||
GITEA_APP_NAME:
|
GITEA_APP_NAME:
|
||||||
|
@ -273,8 +271,6 @@ steps:
|
||||||
- export ROOT=stack
|
- export ROOT=stack
|
||||||
- cd /stack/gitea
|
- 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"
|
- "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}
|
- sh .drone/deploy.sh ${DRONE_TAG}
|
||||||
environment:
|
environment:
|
||||||
GITEA_APP_NAME:
|
GITEA_APP_NAME:
|
||||||
|
|
Loading…
Reference in New Issue