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

Carlos De Maine null at kde.org
Mon Nov 11 09:12:46 GMT 2024


Git commit 0baa949d7250271f1e794207246f2accea13b7b5 by Carlos De Maine.
Committed on 11/11/2024 at 09:12.
Pushed by carlosdem into branch 'Neon/release-24.08'.

iterate

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

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

diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index d69a4b7..54face5 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -40,7 +40,7 @@
   variables:
     GIT_STRATEGY: none
   interruptible: true
-  script:
+  #script:
 #artifacts:
 #    name: Snap deploy artifacts
 #    expose_as: 'KDE neon snaps deploy'
diff --git a/debian/snap-snapcraft-lxd-proto.yml b/debian/snap-snapcraft-lxd-proto.yml
index c575c83..b806720 100644
--- a/debian/snap-snapcraft-lxd-proto.yml
+++ b/debian/snap-snapcraft-lxd-proto.yml
@@ -73,7 +73,7 @@ snap_snapcraft_deploy:
   extends: .snap_deploy
   stage: deploy
   needs: [snap_snapcraft_lxd]
-    artifacts: true
+    #artifacts: true
   inherit:
     default: true
   script:
@@ -88,7 +88,7 @@ snap_snapcraft_deploy:
       # Branch tags = candidate
       elif [ $KDE_SNAP_BRANCH == "Neon/release-24.08" ]; then
           export KDE_SNAP_CHANNEL="candidate"
-      # new release tag (new tarball release) = stable needs to be set off manually until ephemeral vm's are a thing
+      # new release tag (new tarball release) = stable needs to be set off manually until ephemeral vms are a thing
       #elif [ $KDE_SNAP_BRANCH == "v24.08.3" ]; then
       elif [ $SNAP_PUBLISH_TYPE" == "manual" ]; then
           export KDE_SNAP_CHANNEL="stable"


More information about the Neon-commits mailing list