We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc56c93 commit d088df6Copy full SHA for d088df6
scripts/publish-apt-packages.sh
@@ -27,7 +27,7 @@ aptly mirror create -config "${APTLY_CONFIG_FILE_PATH}" -keyring="${CUSTOM_KEYRI
27
28
# Update the mirror to the latest state
29
printf "\n>>> Updating mirror \n"
30
-aptly mirror update -keyring="${CUSTOM_KEYRING_FILE}" current
+aptly mirror update -keyring="${CUSTOM_KEYRING_FILE}" -max-tries=5 current
31
32
# Create a snapshot of the mirror
33
printf "\n>>> Creating snapshop from mirror \n"
0 commit comments