[neon/snap-packaging/gwenview-snap/Neon/master] debian: Revert "yaml starts with a -"

Carlos De Maine null at kde.org
Tue Aug 20 01:06:40 BST 2024


Git commit 22827c06a60431ac86acdd2d87be86831688d0e6 by Carlos De Maine.
Committed on 20/08/2024 at 00:06.
Pushed by carlosdem into branch 'Neon/master'.

Revert "yaml starts with a -"

This reverts commit 27607bc2ea6bacacf74b1d72d681ae06ceeefe6c

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

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/22827c06a60431ac86acdd2d87be86831688d0e6

diff --git a/debian/snap-snapcraft-lxd-proto.yml b/debian/snap-snapcraft-lxd-proto.yml
index 8a705aa..67aa388 100644
--- a/debian/snap-snapcraft-lxd-proto.yml
+++ b/debian/snap-snapcraft-lxd-proto.yml
@@ -12,7 +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
+    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