[neon/snap-packaging/qt6-snap-runtime] debian: paper cuts

Carlos De Maine null at kde.org
Wed Apr 17 09:45:06 BST 2024


Git commit bbb86fbb3e6d0281a5056576b173f53e9d17862c by Carlos De Maine.
Committed on 17/04/2024 at 08:45.
Pushed by carlosdem into branch 'master'.

paper cuts

M  +3    -2    debian/.gitlab-ci-neon.yml

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

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 0dfb77e..bd41f9c 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -16,7 +16,7 @@ snapcraft:
       lxc
       image-dangerous
       image-signed
-    description: "The Snap build. Set to 'lxc' by default."
+    description: "The scraft build type. Set to 'lxc' by default."
     KDE_SNAP_MODULE_NAME: ${CI_PROJECT_NAME}
     SNAPCRAFT_BUILD_ENVIRONMENT: "host"
     SNAPCRAFT_MANAGED_MODE: "y"
@@ -28,8 +28,9 @@ snapcraft:
   script:
     - git config --global --add safe.directory $CI_PROJECT_DIR
     - echo $SNAPCRAFT_STORE_CREDENTIALS
-workflow:
 
+## different build jobs
+workflow:
   rules:
     - if: $KDE_SNAP_BUILD_TYPE == "destructive"
 snapcraft_destructive:


More information about the Neon-commits mailing list