[neon/ubuntu-core/ci-prototype] debian: put cleanup in after_script:

Carlos De Maine null at kde.org
Wed May 1 01:55:32 BST 2024


Git commit ddfcc25e7fbc3d5b012d6e422a45c404efbcc7ef by Carlos De Maine.
Committed on 01/05/2024 at 00:55.
Pushed by carlosdem into branch 'ci-prototype'.

put cleanup in after_script:

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 6c17d17..6e00b5c 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -21,6 +21,9 @@ snap_image_dangerous:
     - snapcraft whoami
     - echo building $KDE_SNAP_MODULE_NAME in dangerous mode ...
     - make dangerous
-    - rm -rf /home/snaptester/.snap/gnupg/*
   interruptible: true
+
+  after_script:
+    - 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