[neon/ubuntu-core/ci-prototype] debian: more debug

Carlos De Maine null at kde.org
Wed May 1 04:48:10 BST 2024


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

more debug

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index aed464d..ba1680e 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -16,8 +16,9 @@ snap_image_dangerous:
     - export GNUPGHOME=/home/snaptester/.snap/gnupg/
     - echo $GNUPGHOME
     - cat <<< "$KDE_NEON_CORE_IMAGE_KEY" > kde-neon-core-image-key
+    - cat <<< "$PRIVATE_KEY" > secrets
     - gpg --list-keys
-    - echo -e $PRIVATE_KEY | base64 --decode | gpg --batch --import
+    #- echo -e $PRIVATE_KEY | base64 --decode | gpg --batch --import
     - gpg --import-ownertrust <(echo "$OWNER_TRUST")  
     - snapcraft whoami
     - echo building $KDE_SNAP_MODULE_NAME in dangerous mode ...


More information about the Neon-commits mailing list