mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
@@ -21,3 +21,3 @@ #!/bin/bash | ||
| 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} | ||
| aptly mirror create -keyring="${CUSTOM_KEYRING}" current "${OBJECT_STORAGE_ENDPOINT}/${APT_BUCKET_NAME}" ${DISTRIBUTION} | ||
@@ -24,0 +24,0 @@ # Update the mirror to the latest state |