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 ca553ac commit 0d343daCopy full SHA for 0d343da
scripts/publish-apt-packages.sh
@@ -24,7 +24,7 @@ echo -n >~/.gnupg/common.conf
24
printf ">>> Creating mirror \n"
25
curl ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} >public.asc
26
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}
+aptly mirror create -config "${APTLY_CONFIG_FILE_PATH}" -keyring="${CUSTOM_KEYRING_FILE}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}/${APT_REPO_FOLDER}" ${DISTRIBUTION}
28
29
# Update the mirror to the latest state
30
printf "\n>>> Updating mirror \n"
0 commit comments