[neon/snap-packaging/kde-qt6-snap] debian: adjust to use blocks
Carlos De Maine
null at kde.org
Thu Apr 11 02:38:13 BST 2024
Git commit 153ff22f64f3943f97e142b4637271b3dc1a3ee8 by Carlos De Maine.
Committed on 11/04/2024 at 01:38.
Pushed by carlosdem into branch 'master'.
adjust to use blocks
M +9 -12 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/snap-packaging/kde-qt6-snap/-/commit/153ff22f64f3943f97e142b4637271b3dc1a3ee8
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 4d56a10..6adc224 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -1,17 +1,14 @@
-#include:
-# - remote: 'https://gitlab.com/lucyllewy/snapcraft-multiarch-gitlab-ci/-/raw/main/snapcraft.yml'
include:
- - project: sysadmin/ci-utilities
- file:
-# - /gitlab-templates/linux.yml
-
-default:
- tags:
- - Snap
-
+ - /gitlab-templates/blocks/workflow.yml
+# - /gitlab-templates/blocks/ci-linux-base.yml
snapcraft:
+ extends: .workflow
image: invent-registry.kde.org/sysadmin/ci-images/snap-builder:latest
+ #variables:
+ #KDECI_PLATFORM_PATH: snapcraft
+ tags:
+ - Snap
script:
- - git clone https://invent.kde.org/neon/snap-packaging/kde-qt6-snap.git
- - cd kde-qt6-snap
+ - git config --global --add safe.directory $CI_PROJECT_DIR
+ - python3 -u ci-utilities/run-ci-bu
- snapcraft
\ No newline at end of file
More information about the Neon-commits
mailing list