[neon/snap-packaging/gwenview-snap/Neon/release-24.08] debian: {} needed for variable declaration

Carlos De Maine null at kde.org
Mon Nov 11 08:26:21 GMT 2024


Git commit 7a48054a276ac6455ca99cd50e1067a0f7d0d10d by Carlos De Maine.
Committed on 11/11/2024 at 08:26.
Pushed by carlosdem into branch 'Neon/release-24.08'.

{} needed for variable declaration

M  +1    -1    debian/snap-base-proto.yml

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/7a48054a276ac6455ca99cd50e1067a0f7d0d10d

diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index 705a990..379ca23 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -4,7 +4,7 @@
     - Snap
   variables:
     KDE_SNAP_MODULE_NAME: ${CI_PROJECT_NAME}
-    KDE_SNAP_BRANCH: $CI_COMMIT_REF_NAME
+    KDE_SNAP_BRANCH: ${CI_COMMIT_REF_NAME}
     KDE_SNAP_CHANNEL: "default"
     SNAPCRAFT_BUILD_ENVIRONMENT: "lxd"
     SNAPCRAFT_MANAGED_MODE: "y"


More information about the Neon-commits mailing list