[neon/ubuntu-core/Neon/ci_build_iso] debian: don't forget the login stuff

Carlos De Maine null at kde.org
Mon Aug 12 13:38:04 BST 2024


Git commit ee5ded9bf436e8f624c48ef65a2121949ec7a607 by Carlos De Maine.
Committed on 12/08/2024 at 12:38.
Pushed by carlosdem into branch 'Neon/ci_build_iso'.

don't forget the login stuff

M  +5    -0    debian/neon-core-image-dangerous-iso.yml

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

diff --git a/debian/neon-core-image-dangerous-iso.yml b/debian/neon-core-image-dangerous-iso.yml
index 88c65cb..803ca33 100644
--- a/debian/neon-core-image-dangerous-iso.yml
+++ b/debian/neon-core-image-dangerous-iso.yml
@@ -31,6 +31,11 @@ neon_core_image_dangerous:
     # test the keys
     - gpg --list-keys
 
+    # copy in the required exported login creds so that snapcraft whoami works
+    - echo $KDE_NEON_CORE_IMAGE_KEY > kde-neon-core-image-key
+    # test the login
+    - snapcraft whoami
+
     # remove the task log file from the model signing that was artifacted...
     - rm -f task.log
 


More information about the Neon-commits mailing list