[neon/snap-packaging/qt6-snap-runtime] debian: Update debian/.gitlab-ci-neon.yml file
Carlos De Maine
null at kde.org
Tue Apr 16 13:44:49 BST 2024
Git commit 6958b4c7037f23150ebc0e15206591be81252fa3 by Carlos De Maine.
Committed on 16/04/2024 at 12:44.
Pushed by carlosdem into branch 'master'.
Update debian/.gitlab-ci-neon.yml file
M +4 -4 debian/.gitlab-ci-neon.yml
https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/6958b4c7037f23150ebc0e15206591be81252fa3
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 5b36ad1..f2f3385 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -10,7 +10,7 @@ snapcraft:
- Snap
variables:
name: KDE_SNAP_BUILD_TYPE
- value: "destructive"
+ value: "lxc"
options:
destructive
lxc
@@ -18,10 +18,9 @@ snapcraft:
image-signed
description: "The Snap build. Set to 'destructive' by default."
KDE_SNAP_MODULE_NAME: ${CI_PROJECT_NAME}
- KDE_SNAP_BUILD_PIPELINE_NAME: ""
SNAPCRAFT_BUILD_ENVIRONMENT: "host"
SNAPCRAFT_MANAGED_MODE: "y"
- SNAPCRAFT_STORE_CREDENTIALS: ""
+ SNAPCRAFT_STORE_CREDENTIALS: "abcdefghijklmnopqrstuvwxyz1234567890"
interruptible: true
before_script:
- git clone https://invent.kde.org/sysadmin/ci-utilities.git --depth=1
@@ -30,6 +29,7 @@ snapcraft:
- git config --global --add safe.directory $CI_PROJECT_DIR
workflow:
+
rules:
- if: $KDE_SNAP_BUILD_TYPE == "destructive"
snapcraft_destructive:
@@ -51,7 +51,7 @@ snapcraft_lxc:
script:
- echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
- snapcraft whoami
- - snapcraft --lxc
+ - snapcraft --use-lxc
interruptible: true
rules:
More information about the Neon-commits
mailing list