[neon/ubuntu-core/ci-prototype] debian: try and publish to snap-packaging registry
Carlos De Maine
null at kde.org
Thu May 2 02:04:37 BST 2024
Git commit cb8b762ff0be8beb1876fce95d9e75074e9df159 by Carlos De Maine.
Committed on 02/05/2024 at 01:04.
Pushed by carlosdem into branch 'ci-prototype'.
try and publish to snap-packaging registry
M +2 -1 debian/snap-image-dangerous-proto.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/cb8b762ff0be8beb1876fce95d9e75074e9df159
diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 56be8c9..4365e38 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -26,6 +26,7 @@ snap_image_dangerous:
interruptible: true
after_script:
- # - rm kde-neon-core-image-key
+ - Invoke-RestMethod -Headers @{ "UBUNTU_CORE_PUBLISH"="$CI_JOB_TOKEN" } -InFile kde-neon-core-dangerous-amd64.tar.gz -uri "${CI_API_V4_URL}/projects/30718/packages/generic/ubuntu_core/kde-neon-core-dangerous-amd64.tar.gz" -Method put -uri "${CI_API_V4_URL}/projects30718/packages/generic/ubuntu_core/kde-neon-core-dangerous-amd64_{$CI_COMMIT_TIMESTAMP}.tar.gz" -Method put
+ - rm kde-neon-core-image-key
- rm -rf /home/snaptester/.snap/gnupg
\ No newline at end of file
More information about the Neon-commits
mailing list