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

Carlos De Maine null at kde.org
Wed May 1 04:57:06 BST 2024


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

echo

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index ba61403..def7123 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -15,8 +15,8 @@ snap_image_dangerous:
     - mkdir -m 0700 /home/snaptester/.snap/gnupg/private-keys-v1.d
     - export GNUPGHOME=/home/snaptester/.snap/gnupg/
     - echo $GNUPGHOME
-    - cat <<< "$KDE_NEON_CORE_IMAGE_KEY" > kde-neon-core-image-key
-    - cat <<< "$PRIVATE_KEY" > ~/secrets
+    - echo "$KDE_NEON_CORE_IMAGE_KEY" > ~/kde-neon-core-image-key
+    - echo "$PRIVATE_KEY" > ~/secrets
     - cat secrets | base64 --decode|gpg --homedir ~/.snap/gnupg --import
     - gpg --list-keys
     #- echo -e $PRIVATE_KEY | base64 --decode | gpg --batch --import


More information about the Neon-commits mailing list