Skip to content

Commit 0d343da

Browse files
authored
Fix link from which to mirror current APT repo in Release pipeline (#174)
1 parent ca553ac commit 0d343da

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
@@ -24,7 +24,7 @@ echo -n >~/.gnupg/common.conf
2424
printf ">>> Creating mirror \n"
2525
curl ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} >public.asc
2626
gpg --no-default-keyring --keyring=${CUSTOM_KEYRING_FILE} --import public.asc
27-
aptly mirror create -config "${APTLY_CONFIG_FILE_PATH}" -keyring="${CUSTOM_KEYRING_FILE}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION}
27+
aptly mirror create -config "${APTLY_CONFIG_FILE_PATH}" -keyring="${CUSTOM_KEYRING_FILE}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}/${APT_REPO_FOLDER}" ${DISTRIBUTION}
2828

2929
# Update the mirror to the latest state
3030
printf "\n>>> Updating mirror \n"

0 commit comments

Comments
 (0)