[neon/snap-packaging/kde-qt6-snap] debian: use the kde ci-image

Carlos De Maine null at kde.org
Thu Apr 11 02:18:32 BST 2024


Git commit 5561654d4a6f1f1df880fb768da1ac7c78790fd6 by Carlos De Maine.
Committed on 11/04/2024 at 01:18.
Pushed by carlosdem into branch 'master'.

use the kde ci-image

M  +7    -9    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/snap-packaging/kde-qt6-snap/-/commit/5561654d4a6f1f1df880fb768da1ac7c78790fd6

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 013e8d4..c1debd7 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -1,19 +1,17 @@
-# ref: https://docs.gitlab.com/ee/ci/yaml/#includeremote
+#include:
+#  - remote: 'https://gitlab.com/lucyllewy/snapcraft-multiarch-gitlab-ci/-/raw/main/snapcraft.yml'
 include:
-  - remote: 'https://gitlab.com/lucyllewy/snapcraft-multiarch-gitlab-ci/-/raw/main/snapcraft.yml'
+  - project: sysadmin/ci-utilities
+    file:
+      - /gitlab-templates/linux.yml
 
 default:
   tags:
     - Snap
 
-stages:
-  - snapcraft
-
-container: 
-  stage: snapcraft
-  image: docker.io/diddledani/snapcraft:core22
+snapcraft:
+  image: invent-registry.kde.org/sysadmin/ci-images/snap-builder:latest
   script:
-    #- apt install jq ubuntu-image
     - git clone https://invent.kde.org/neon/snap-packaging/kde-qt6-snap.git
     - cd kde-qt6-snap
     - snapcraft
\ No newline at end of file


More information about the Neon-commits mailing list