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

Carlos De Maine null at kde.org
Wed May 1 09:21:19 BST 2024


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

Revert "check the variables"

This reverts commit 4ba523f4e2bc681a7da501aa6ade9019225849a1

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 0a30915..31fd045 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -15,12 +15,11 @@ 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