[neon/ubuntu-core/ci-prototype] debian: check the variables

Carlos De Maine null at kde.org
Wed May 1 09:14:34 BST 2024


Git commit 4ba523f4e2bc681a7da501aa6ade9019225849a1 by Carlos De Maine.
Committed on 01/05/2024 at 08:14.
Pushed by carlosdem into branch 'ci-prototype'.

check the variables

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 31fd045..0a30915 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -15,11 +15,12 @@ snap_image_dangerous:
     - mkdir -m 0700 /home/snaptester/.snap/gnupg/private-keys-v1.d
     - export GNUPGHOME=/home/snaptester/.snap/gnupg/
     - echo $GNUPGHOME
+    - snapcraft whoami
     - echo $KDE_NEON_CORE_IMAGE_KEY > kde-neon-core-image-key
     - echo $PRIVATE_KEY | base64 --decode | gpg --batch --import
     #- echo -e $PRIVATE_KEY | base64 --decode | gpg --import
     - gpg --import-ownertrust <(echo "$OWNER_TRUST")  
-    - gpg --list-keys
+#    - gpg --list-keys
     - snapcraft whoami
     - echo building $KDE_SNAP_MODULE_NAME in dangerous mode ...
     - make dangerous


More information about the Neon-commits mailing list