[neon/snap-packaging/gwenview-snap/Neon/master] debian: correct branch names
Carlos De Maine
null at kde.org
Mon Aug 19 14:46:28 BST 2024
Git commit 04c152e85bdfe985477f8161f759ef653845aff4 by Carlos De Maine.
Committed on 19/08/2024 at 13:46.
Pushed by carlosdem into branch 'Neon/master'.
correct branch names
M +2 -2 debian/snap-base-proto.yml
https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/04c152e85bdfe985477f8161f759ef653845aff4
diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index f12a2fa..32203f5 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -17,10 +17,10 @@
if [ "$KDE_SNAP_BRANCH" == "Neon/master" ]; then
$KDE_SNAP_CHANNEL = "edge"
done
- if [ "$KDE_SNAP_BRANCH" == "Neon/24.08" ]; then
+ if [ "$KDE_SNAP_BRANCH" == "Neon/release-24.08" ]; then
$KDE_SNAP_CHANNEL = "candidate"
done
- if [ "$KDE_SNAP_BRANCH" == "Neon/24.05" ]; then
+ if [ "$KDE_SNAP_BRANCH" == "Neon/release-24.05" ]; then
$KDE_SNAP_CHANNEL = "stable"
done
artifacts:
More information about the Neon-commits
mailing list