[neon/snap-packaging/kcalc-snap/release.beta] debian: ; then

Carlos De Maine null at kde.org
Wed Nov 27 04:47:46 GMT 2024


Git commit 0b326b210f4da2299ecd401b70f5287559f6b0ff by Carlos De Maine.
Committed on 27/11/2024 at 04:47.
Pushed by carlosdem into branch 'release.beta'.

; then

M  +1    -1    debian/snap-snapcraft-core-lxd-proto.yml

https://invent.kde.org/neon/snap-packaging/kcalc-snap/-/commit/0b326b210f4da2299ecd401b70f5287559f6b0ff

diff --git a/debian/snap-snapcraft-core-lxd-proto.yml b/debian/snap-snapcraft-core-lxd-proto.yml
index 8a7e895..ba003a1 100644
--- a/debian/snap-snapcraft-core-lxd-proto.yml
+++ b/debian/snap-snapcraft-core-lxd-proto.yml
@@ -100,7 +100,7 @@ snap_snapcraft_core_publish:
         echo "we only publish recognised branches to the snap store"
       fi
       # publish if we are on a recognised branch
-      if [ "$KDE_SNAP_CHANNEL" != "no_publish" ]
+      if [ "$KDE_SNAP_CHANNEL" != "no_publish" ]; then
         echo "KDE_SNAP_BRANCH is $KDE_SNAP_BRANCH thus KDE_SNAP_CHANNEL is publishing to $KDE_SNAP_CHANNEL"
         snapcraft push --release=$KDE_SNAP_CHANNEL *.snap --verbose 2>&1 | tee publish.log
       fi


More information about the Neon-commits mailing list