Skip to content

Commit d088df6

Browse files
authored
fix: release pipeline increase max-tries in download of mirror (#957)
1 parent dc56c93 commit d088df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-apt-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aptly mirror create -config "${APTLY_CONFIG_FILE_PATH}" -keyring="${CUSTOM_KEYRI
2727

2828
# Update the mirror to the latest state
2929
printf "\n>>> Updating mirror \n"
30-
aptly mirror update -keyring="${CUSTOM_KEYRING_FILE}" current
30+
aptly mirror update -keyring="${CUSTOM_KEYRING_FILE}" -max-tries=5 current
3131

3232
# Create a snapshot of the mirror
3333
printf "\n>>> Creating snapshop from mirror \n"

0 commit comments

Comments
 (0)