[neon/ubuntu-core/models.add-models-pipeline] debian: Add Snap tag to image build jobs

Antoine Gonzalez null at kde.org
Wed Aug 7 16:49:28 BST 2024


Git commit c8911ef49e3a118841ee8e7e19422a1c5c8f4615 by Antoine Gonzalez.
Committed on 07/08/2024 at 15:49.
Pushed by daspood into branch 'models.add-models-pipeline'.

Add Snap tag to image build jobs

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

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

diff --git a/debian/neon-core-image-dangerous.yml b/debian/neon-core-image-dangerous.yml
index da29a23..ca29847 100644
--- a/debian/neon-core-image-dangerous.yml
+++ b/debian/neon-core-image-dangerous.yml
@@ -4,6 +4,8 @@ include:
       - /gitlab-templates/blocks/workflow.yml
 
 neon_core_image_dangerous:
+  tags:
+    - Snap
   stage: build
   script:
     # build the image with the project's tooling
diff --git a/debian/neon-core-image-signed.yml b/debian/neon-core-image-signed.yml
index 948eb0f..6a66be2 100644
--- a/debian/neon-core-image-signed.yml
+++ b/debian/neon-core-image-signed.yml
@@ -4,6 +4,8 @@ include:
       - /gitlab-templates/blocks/workflow.yml
 
 neon_core_image_signed:
+  tags:
+    - Snap
   stage: build
   script:
     # build the image with the project's tooling


More information about the Neon-commits mailing list