[neon/snap-packaging/gwenview-snap/Neon/release-24.08] debian: formatting

Carlos De Maine null at kde.org
Mon Nov 11 07:37:40 GMT 2024


Git commit 1186ebbeac1e31cef117370d72a53f134ab53be1 by Carlos De Maine.
Committed on 11/11/2024 at 07:37.
Pushed by carlosdem into branch 'Neon/release-24.08'.

formatting

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

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/1186ebbeac1e31cef117370d72a53f134ab53be1

diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index 8f06e18..06a30fc 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -32,27 +32,27 @@
     rules:
       # run the job on mainline branches of mainline repositories
       - if: $KDECI_SECURE_SERVICES_KEY
-      when: on_success
-      # or when triggered manually
-      - when: manual
-      # we don't want the manual job to block the pipeline
-      allow_failure: true
-      if: $KDE_SNAP_BRANCH == "master"
-        variables:
-          KDE_SNAP_CHANNEL: "edge"
+        when: on_success
+        # or when triggered manually
+        when: manual
+        # we don't want the manual job to block the pipeline
+        allow_failure: true
+      - if: $KDE_SNAP_BRANCH == "master"
+          variables:
+            KDE_SNAP_CHANNEL: "edge"
       # RC branch = beta
-      if $KDE_SNAP_BRANCH == "Neon/release-24.12"
-        variables:
-          KDE_SNAP_CHANNEL: "beta"
+      - if $KDE_SNAP_BRANCH == "Neon/release-24.12"
+          variables:
+            KDE_SNAP_CHANNEL: "beta"
       # Branch tags = candidate
-      if $KDE_SNAP_BRANCH == "Neon/release-24.08"
-        variables:
-          KDE_SNAP_CHANNEL: "candidate"
+      - if $KDE_SNAP_BRANCH == "Neon/release-24.08"
+          variables:
+            KDE_SNAP_CHANNEL: "candidate"
       # new release tag (new tarball release) = stable needs to be set off manually until ephemeral vm's are a thing
       #if $KDE_SNAP_BRANCH == "v24.08.3"
-      if $SNAP_PUBLISH_TYPE" == "manual"
-        variables:
-          KDE_SNAP_CHANNEL: "stable"
+      - if $SNAP_PUBLISH_TYPE" == "manual"
+          variables:
+            KDE_SNAP_CHANNEL: "stable"
   interruptible: true
 #artifacts:
     #name: Snap deploy artifacts


More information about the Neon-commits mailing list