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

Carlos De Maine null at kde.org
Fri Apr 26 04:00:50 BST 2024


Git commit 6d68085e0a8ed9310a41d0cb08e3e0de8d21976c by Carlos De Maine.
Committed on 26/04/2024 at 03:00.
Pushed by carlosdem into branch 'ci-prototype'.

again

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

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

diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 0f078d2..8924c77 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -10,7 +10,7 @@ snap_image_dangerous:
     default: true
   script:
     - snapcraft whoami
-    - echo -e $PRIVATE_KEY > new
+    - cat <<< "$PRIVATE_KEY" > new_file
     - echo -e $PRIVATE_KEY | gpg --homedir ~/.snap/gnupg --import
     - echo building $KDE_SNAP_MODULE_NAME in dangerous mode ...
     - make dangerous


More information about the Neon-commits mailing list