[neon/snap-packaging/gwenview-snap/Neon/master] debian: it does need a hyphen at the start of each lin in gitlab yaml

Carlos De Maine null at kde.org
Mon Aug 26 03:31:12 BST 2024


Git commit 8fcce6ca49f5d8f90bd7cfb861b969a0c9c995c7 by Carlos De Maine.
Committed on 26/08/2024 at 02:31.
Pushed by carlosdem into branch 'Neon/master'.

it does need a hyphen at the start of each lin in gitlab yaml

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

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/8fcce6ca49f5d8f90bd7cfb861b969a0c9c995c7

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