[neon/snap-packaging/gwenview-snap/Neon/master] debian: export
Carlos De Maine
null at kde.org
Mon Aug 19 15:53:33 BST 2024
Git commit 175cbcb8dfc700d57315112f1862a619ded793c4 by Carlos De Maine.
Committed on 19/08/2024 at 14:53.
Pushed by carlosdem into branch 'Neon/master'.
export
M +3 -3 debian/snap-base-proto.yml
https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/175cbcb8dfc700d57315112f1862a619ded793c4
diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index 32203f5..9d61009 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -15,13 +15,13 @@
- git config --global --add safe.directory $CI_PROJECT_DIR
- |
if [ "$KDE_SNAP_BRANCH" == "Neon/master" ]; then
- $KDE_SNAP_CHANNEL = "edge"
+ export KDE_SNAP_CHANNEL="edge"
done
if [ "$KDE_SNAP_BRANCH" == "Neon/release-24.08" ]; then
- $KDE_SNAP_CHANNEL = "candidate"
+ export KDE_SNAP_CHANNEL="candidate"
done
if [ "$KDE_SNAP_BRANCH" == "Neon/release-24.05" ]; then
- $KDE_SNAP_CHANNEL = "stable"
+ export KDE_SNAP_CHANNEL="stable"
done
artifacts:
name: Snap artifacts
More information about the Neon-commits
mailing list