[neon/snap-packaging/gwenview-snap/Neon/release-24.12] debian: put the logic in the back end and debug in front

Carlos De Maine null at kde.org
Tue Nov 12 01:39:18 GMT 2024


Git commit d2c40dd7720cc7fa4b5bfda6c316ee77600a06bc by Carlos De Maine.
Committed on 12/11/2024 at 01:39.
Pushed by carlosdem into branch 'Neon/release-24.12'.

put the logic in the back end and debug in front

M  +0    -3    debian/snap-base-proto.yml
M  +3    -0    debian/snap-snapcraft-lxd-proto.yml

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

diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index a32c7e4..19fa5fd 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -39,9 +39,6 @@
     GIT_STRATEGY: none
   interruptible: true
   script:
-    - echo "KDE_SNAP_BRANCH is $KDE_SNAP_BRANCH and KDE_SNAP_CHANNEL IS $KDE_SNAP_CHANNEL"
-    - ls -lsh
-    - cat build.env
     - export KDE_SNAP_BRANCH=$(cat build.env)
     - |
       # set the channel for the snap dependent on which branch we are building
diff --git a/debian/snap-snapcraft-lxd-proto.yml b/debian/snap-snapcraft-lxd-proto.yml
index ad760f3..61c5ef1 100644
--- a/debian/snap-snapcraft-lxd-proto.yml
+++ b/debian/snap-snapcraft-lxd-proto.yml
@@ -77,6 +77,9 @@ snap_snapcraft_deploy:
   inherit:
     default: true
   script:
+    - cat build.env
+    - echo "KDE_SNAP_BRANCH is $KDE_SNAP_BRANCH and KDE_SNAP_CHANNEL IS $KDE_SNAP_CHANNEL"
+    - ls -lsh
     - snapcraft push --release=$KDE_SNAP_CHANNEL *.snap
   allow_failure: true
   interruptible: true


More information about the Neon-commits mailing list