[neon/snap-packaging/gwenview-snap/Neon/master] debian: SNAP_BUILD_TYPE
Carlos De Maine
null at kde.org
Tue Aug 20 00:59:05 BST 2024
Git commit 2d53ff0b27b6115750b13c2e6b12643303fcdb67 by Carlos De Maine.
Committed on 19/08/2024 at 23:59.
Pushed by carlosdem into branch 'Neon/master'.
SNAP_BUILD_TYPE
M +3 -0 debian/.gitlab-ci-neon.yml
M +1 -0 debian/snap-snapcraft-lxd-proto.yml
https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/2d53ff0b27b6115750b13c2e6b12643303fcdb67
diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 2094c46..6ee0129 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -10,3 +10,6 @@ include:
- project: sysadmin/ci-utilities
- local: debian/snap-snapcraft-lxd-proto.yml
- local: debian/snap-base-proto.yml
+
+variables:
+ SNAP_BUILD_TYPE: "legacy"
\ No newline at end of file
diff --git a/debian/snap-snapcraft-lxd-proto.yml b/debian/snap-snapcraft-lxd-proto.yml
index 4f16303..67aa388 100644
--- a/debian/snap-snapcraft-lxd-proto.yml
+++ b/debian/snap-snapcraft-lxd-proto.yml
@@ -12,6 +12,7 @@ snap_snapcraft_lxd:
before_script:
# double check lxd instances that can pollute subsequent rebuilds in the persistent vm have been cleaned up
# being snapcraft, of course different builds are in different projects, work around that with an if else ...
+ echo SNAP_BUILD_TYPE = $SNAP_BUILD_TYPE
- |
if [ "$KDE_SNAP_MODULE_NAME" == "plasma-desktop-session-snap" || "$KDE_SNAP_MODULE_NAME" == "ubuntu-core" ]; then
# firstly remove any snapcraft-created LXD containers
More information about the Neon-commits
mailing list