[neon/snap-packaging/qt6-snap-runtime] debian: specify the tag and stage

Carlos De Maine null at kde.org
Tue Apr 16 08:06:36 BST 2024


Git commit 3ed04a3e04f69ee32970c19556f20fccfff38021 by Carlos De Maine.
Committed on 16/04/2024 at 07:06.
Pushed by carlosdem into branch 'master'.

specify the tag and stage

M  +12   -0    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/3ed04a3e04f69ee32970c19556f20fccfff38021

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 529632f..81efdf0 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -29,6 +29,9 @@ snap:
     - git config --global --add safe.directory $CI_PROJECT_DIR
 
 snapcraft_destructive:
+  stage: build
+  tags:
+    - Snap
   script:
     - snapcraft whoami
     - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode
@@ -40,6 +43,9 @@ snapcraft_destructive:
     - when: on_success
 
 snapcraft_lxc:
+  stage: build
+  tags:
+    - Snap
   script:
     - snapcraft whoami
     - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
@@ -51,6 +57,9 @@ snapcraft_lxc:
     - when: on_success
 
 ubuntu_image_dangerous:
+  stage: build
+  tags:
+    - Snap
   script:
     - snapcraft whoami
     - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
@@ -62,6 +71,9 @@ ubuntu_image_dangerous:
     - when: on_success
   
 ubuntu_image_signed:
+  stage: build
+  tags:
+    - Snap
   script:
     - snapcraft whoami
     - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...


More information about the Neon-commits mailing list