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

Carlos De Maine null at kde.org
Tue Aug 20 00:59:59 BST 2024


Git commit 27607bc2ea6bacacf74b1d72d681ae06ceeefe6c by Carlos De Maine.
Committed on 19/08/2024 at 23:59.
Pushed by carlosdem into branch 'Neon/master'.

yaml starts with a -

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

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/27607bc2ea6bacacf74b1d72d681ae06ceeefe6c

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