[neon/ubuntu-core/Neon/ci_build_iso] debian: comment out for testing
Carlos De Maine
null at kde.org
Mon Aug 12 13:11:32 BST 2024
Git commit 90f937a24854a5143dd13e92697e8513c3bc7a1c by Carlos De Maine.
Committed on 12/08/2024 at 12:11.
Pushed by carlosdem into branch 'Neon/ci_build_iso'.
comment out for testing
M +2 -2 debian/neon-core-image-dangerous-iso.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/90f937a24854a5143dd13e92697e8513c3bc7a1c
diff --git a/debian/neon-core-image-dangerous-iso.yml b/debian/neon-core-image-dangerous-iso.yml
index 4bdba83..fd8a84f 100644
--- a/debian/neon-core-image-dangerous-iso.yml
+++ b/debian/neon-core-image-dangerous-iso.yml
@@ -4,8 +4,8 @@ neon_core_image_dangerous:
- if: '$CI_COMMIT_BRANCH =~ /models\..*/'
when: manual
# Otherwise, only build the image+iso 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