[neon/snap-packaging/kcalc-snap/release.beta] debian: never going to work with a an extra forward slash
Carlos De Maine
null at kde.org
Wed Nov 27 04:52:59 GMT 2024
Git commit 960dc071cdaf72ee952f40d0b7380a94ce38e2ac by Carlos De Maine.
Committed on 27/11/2024 at 04:52.
Pushed by carlosdem into branch 'release.beta'.
never going to work with a an extra forward slash
M +1 -1 debian/snap-snapcraft-core-lxd-proto.yml
https://invent.kde.org/neon/snap-packaging/kcalc-snap/-/commit/960dc071cdaf72ee952f40d0b7380a94ce38e2ac
diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index ba003a1..81b9a33 100644
--- a/debian/snap-snapcraft-core-lxd-proto.yml
+++ b/debian/snap-snapcraft-core-lxd-proto.yml
@@ -82,7 +82,7 @@ snap_snapcraft_core_publish:
if [ "$KDE_SNAP_BRANCH" == "master" ]; then
export KDE_SNAP_CHANNEL="edge"
# release.beta = beta
- elif [ "$KDE_SNAP_BRANCH" == "release.beta/" ]; then
+ elif [ "$KDE_SNAP_BRANCH" == "release.beta" ]; then
export KDE_SNAP_CHANNEL="beta"
# release.candidate = candidate
elif [ "$KDE_SNAP_BRANCH" == "release.candidate" ]; then
More information about the Neon-commits
mailing list