[neon/ubuntu-core/ci-prototype] debian: ~/

Carlos De Maine null at kde.org
Wed May 1 05:03:33 BST 2024


Git commit 08882977a25703c74018771271b0fc80b4ba188e by Carlos De Maine.
Committed on 01/05/2024 at 04:03.
Pushed by carlosdem into branch 'ci-prototype'.

~/

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 7578ca3..26ce5bc 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -17,7 +17,7 @@ snap_image_dangerous:
     - echo $GNUPGHOME
     - echo "$KDE_NEON_CORE_IMAGE_KEY" > kde-neon-core-image-key
     - echo "$PRIVATE_KEY" > ~/secrets
-    - cat secrets | base64 --decode|gpg --import
+    - cat ~/secrets | base64 --decode|gpg --import
     - gpg --list-keys
     #- echo -e $PRIVATE_KEY | base64 --decode | gpg --batch --import
     - gpg --import-ownertrust <(echo "$OWNER_TRUST")  


More information about the Neon-commits mailing list