mygithub.libinneed.workers.dev/stackitcloud/stackit-cli
Advanced tools
@@ -53,7 +53,4 @@ #!/bin/bash | ||
| # Import new public key (temporary) | ||
| gpg --no-default-keyring --keyring=${CUSTOM_KEYRING_FILE} --import new-public-key.gpg | ||
| # Publish the new snapshot to the remote repo | ||
| printf "\n>>> Publishing updated snapshot \n" | ||
| aptly publish snapshot -keyring="${CUSTOM_KEYRING_FILE}" -gpg-key="${GPG_PRIVATE_KEY_FINGERPRINT}" -passphrase "${GPG_PASSPHRASE}" -config "${APTLY_CONFIG_FILE_PATH}" updated-snapshot "s3:${APT_BUCKET_NAME}:${APT_REPO_FOLDER}" |
Sorry, the diff of this file is not supported yet