From 61abcbb068095e729200ddebcfed3eb3a50ee2d7 Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Thu, 4 Sep 2025 15:31:52 +0200 Subject: [PATCH] fix: release pipeline increase max-tries in download of mirror --- scripts/publish-apt-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-apt-packages.sh b/scripts/publish-apt-packages.sh index 9766afcd6..02227d012 100755 --- a/scripts/publish-apt-packages.sh +++ b/scripts/publish-apt-packages.sh @@ -27,7 +27,7 @@ aptly mirror create -config "${APTLY_CONFIG_FILE_PATH}" -keyring="${CUSTOM_KEYRI # Update the mirror to the latest state printf "\n>>> Updating mirror \n" -aptly mirror update -keyring="${CUSTOM_KEYRING_FILE}" current +aptly mirror update -keyring="${CUSTOM_KEYRING_FILE}" -max-tries=5 current # Create a snapshot of the mirror printf "\n>>> Creating snapshop from mirror \n"