[neon/snap-packaging/kde-qt6-snap] debian: missed one

Carlos De Maine null at kde.org
Fri Apr 19 00:05:28 BST 2024


Git commit 5d0a8f40dfa1cb892cba3ecb99193b5b17f83adb by Carlos De Maine.
Committed on 18/04/2024 at 23:05.
Pushed by carlosdem into branch 'master'.

missed one

A  +25   -0    debian/snap-base.yml
M  +1    -1    debian/snap-snapcraft-destructive.yml
M  +1    -1    debian/snap-snapcraft-lxd.yml

https://invent.kde.org/neon/snap-packaging/kde-qt6-snap/-/commit/5d0a8f40dfa1cb892cba3ecb99193b5b17f83adb

diff --git a/debian/snap-base.yml b/debian/snap-base.yml
new file mode 100644
index 0000000..01d9c71
--- /dev/null
+++ b/debian/snap-base.yml
@@ -0,0 +1,25 @@
+.snap_base:
+  stage: build
+  tags:
+    - Snap
+  variables:
+    KDE_SNAP_MODULE_NAME: ${CI_PROJECT_NAME}
+    SNAPCRAFT_BUILD_ENVIRONMENT: "host"
+    SNAPCRAFT_MANAGED_MODE: "y"
+  interruptible: true
+  before_script:
+    - git clone https://invent.kde.org/sysadmin/ci-utilities.git --depth=1
+    - git clone https://invent.kde.org/sysadmin/repo-metadata.git ci-utilities/repo-metadata/ --depth=1
+  script:
+    - git config --global --add safe.directory $CI_PROJECT_DIR
+  artifacts:
+    name: Snap artifacts
+    expose_as: 'Snaps'
+    when: always
+    paths:
+      - "${KDE_SNAP_MODULE_NAME}*.snap"
+      - "kde-neon-core-dangerous-amd64.tar.gz"
+      - "kde-neon-core-signed-amd64.tar.gz"
+      - "task.log"
+      - "task-debug.log"
+    expire_in: 7 days
diff --git a/debian/snap-snapcraft-destructive.yml b/debian/snap-snapcraft-destructive.yml
index 3359bed..50d2abe 100644
--- a/debian/snap-snapcraft-destructive.yml
+++ b/debian/snap-snapcraft-destructive.yml
@@ -1,7 +1,7 @@
 include:
   - project: sysadmin/ci-utilities
     file:
-      -/gitlab-templates/blocks/workflow.yml
+      - /gitlab-templates/blocks/workflow.yml
   - local: debian/snap-base.yml
 
 snap_snapcraft_destructive:
diff --git a/debian/snap-snapcraft-lxd.yml b/debian/snap-snapcraft-lxd.yml
index 95e302c..4c92d57 100644
--- a/debian/snap-snapcraft-lxd.yml
+++ b/debian/snap-snapcraft-lxd.yml
@@ -1,7 +1,7 @@
 include:
   - project: sysadmin/ci-utilities
     file:
-      -/gitlab-templates/blocks/workflow.yml
+      - /gitlab-templates/blocks/workflow.yml
   - local: debian/snap-base.yml
 
 snap_snapcraft_lxc:


More information about the Neon-commits mailing list