[neon/ubuntu-core/ci-prototype] debian: not a file based env var

Carlos De Maine null at kde.org
Wed May 1 02:18:33 BST 2024


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

not a file based env var

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 6e00b5c..4a43dfe 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -13,7 +13,7 @@ snap_image_dangerous:
     - echo $GNUPGHOME
     - cat <<< "$KDE_NEON_CORE_IMAGE_KEY" > kde-neon-core-image-key
     - gpg --list-keys
-    - gpg --batch --import <(echo "$PRIVATE_KEYS")
+    - gpg --batch --import <(echo "$PRIVATE_KEY")
     #- gpg --batch --pinentry-mode loopback --passphrase-fd 0 --import <(echo "$PRIVATE_KEY")
     - gpg --import-ownertrust <(echo "$OWNER_TRUST")  
     


More information about the Neon-commits mailing list