We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cc2ab3 + 30ccbf5 commit 488f258Copy full SHA for 488f258
entrypoint.sh
@@ -7,7 +7,7 @@ CLOUDSMITH_REPO="${2}"
7
CLOUDSMITH_USERNAME="${3}"
8
export CLOUDSMITH_API_KEY="${4}"
9
10
-cloudsmith_push_args=(--sync-attempts 10 --wait-interval 5 --republish)
+cloudsmith_push_args=(--sync-attempts 5 --wait-interval 10 --error-retry-max 15 --error-retry-backoff 2 --republish)
11
12
# required to make python 3 work with cloudsmith script
13
export LC_ALL=C.UTF-8
0 commit comments