mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
@@ -20,4 +20,4 @@ #!/bin/bash | ||
| printf ">>> Creating mirror \n" | ||
| wget -O - ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} | gpg --no-default-keyring --keyring ${CUSTOM_KEYRING} --import | ||
| aptly mirror create -keyring="${CUSTOM_KEYRING}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION} | ||
| wget -O - ${OBJECT_STORAGE_ENDPOINT}/${PUBLIC_KEY_BUCKET_NAME}/${PUBLIC_KEY_FILE} | gpg --no-default-keyring --keyring ${CUSTOM_KEYRING_FILE} --import | ||
| aptly mirror create -keyring="${CUSTOM_KEYRING_FILE}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION} | ||
@@ -24,0 +24,0 @@ # Update the mirror to the latest state |