We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc2b77 commit da28785Copy full SHA for da28785
2 files changed
scripts/new-public-key.gpg
scripts/publish-apt-packages.sh
@@ -50,9 +50,6 @@ aptly snapshot create new-snapshot from repo new-repo
50
printf "\n>>> Merging snapshots \n"
51
aptly snapshot pull -no-remove -architectures="amd64,i386,arm64" current-snapshot new-snapshot updated-snapshot ${DISTRIBUTION}
52
53
-# Import new public key (temporary)
54
-gpg --no-default-keyring --keyring=${CUSTOM_KEYRING_FILE} --import new-public-key.gpg
55
-
56
# Publish the new snapshot to the remote repo
57
printf "\n>>> Publishing updated snapshot \n"
58
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}"
0 commit comments