Skip to content

Commit

Permalink
Fix link from which to mirror current APT repo in Release pipeline (#174
Browse files Browse the repository at this point in the history
)
  • Loading branch information
joaopalet authored Mar 21, 2024
1 parent ca553ac commit 0d343da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-apt-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo -n >~/.gnupg/common.conf
printf ">>> Creating mirror \n"
curl ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} >public.asc
gpg --no-default-keyring --keyring=${CUSTOM_KEYRING_FILE} --import public.asc
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}

# Update the mirror to the latest state
printf "\n>>> Updating mirror \n"
Expand Down

0 comments on commit 0d343da

Please sign in to comment.