[neon/ubuntu-core/work.test-vm-builds] debian: let it build on all branches for testing

Carlos De Maine null at kde.org
Thu Jul 10 08:34:25 BST 2025


Git commit a434f78cc7bddd174c0d3113fa7f23353f294398 by Carlos De Maine.
Committed on 10/07/2025 at 07:34.
Pushed by carlosdem into branch 'work.test-vm-builds'.

let it build on all branches for testing

M  +2    -2    debian/neon-core-image-signed.yml

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

diff --git a/debian/neon-core-image-signed.yml b/debian/neon-core-image-signed.yml
index 06d264b..598f6a6 100644
--- a/debian/neon-core-image-signed.yml
+++ b/debian/neon-core-image-signed.yml
@@ -3,8 +3,8 @@ neon_core_image_signed:
   image: storage.kde.org/vm-images/snap-builder
   rules:
     # Only build the image on master
-    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
-      when: always
+    #- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+    #  when: always
     # Only let it run if the required variables are present
     # These are normally defined on protected branches on our normal repository but we do the logic this way to allow someone else to set this up in their fork if they want
     - if: '$SNAPCRAFT_STORE_CREDENTIALS == null || $SNAP_GPG_PRIVATE_KEY == null || $SNAP_GPG_OWNER_TRUST == null'


More information about the Neon-commits mailing list