[neon/ubuntu-core/ci-prototype] debian: delete keyring folder first as its always going to be present

Carlos De Maine null at kde.org
Thu May 2 04:09:10 BST 2024


Git commit 3d67d19f2abc12f2a054746205f16d6b7aa51924 by Carlos De Maine.
Committed on 02/05/2024 at 03:09.
Pushed by carlosdem into branch 'ci-prototype'.

delete keyring folder first as its always going to be present

M  +1    -1    debian/snap-image-dangerous-proto.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/3d67d19f2abc12f2a054746205f16d6b7aa51924

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 4398abd..9eada67 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -26,6 +26,6 @@ snap_image_dangerous:
   interruptible: true
 
   after_script:
-    - rm kde-neon-core-image-key
     - rm -rf /home/snaptester/.snap/gnupg
+    - rm kde-neon-core-image-key
     - 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file kde-neon-core-dangerous-amd64.tar.gz "${CI_API_V4_URL}/groups/30718/packages/generic/${CI_PROJECT_ID}/kde-neon-core-dangerous-amd64.tar.gz"'


More information about the Neon-commits mailing list