[neon/snap-packaging/plasma-desktop-session-snap/ci-prototype] debian: uncomment after_script:

Carlos De Maine null at kde.org
Tue May 7 14:24:06 BST 2024


Git commit ce5b49ee7c711a6e335979ce981b3f61b7aadc3d by Carlos De Maine.
Committed on 07/05/2024 at 13:24.
Pushed by carlosdem into branch 'ci-prototype'.

uncomment after_script:

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

https://invent.kde.org/neon/snap-packaging/plasma-desktop-session-snap/-/commit/ce5b49ee7c711a6e335979ce981b3f61b7aadc3d

diff --git a/debian/snap-snapcraft-lxd-proto.yml b/debian/snap-snapcraft-lxd-proto.yml
index fea07b6..06bc55d 100644
--- a/debian/snap-snapcraft-lxd-proto.yml
+++ b/debian/snap-snapcraft-lxd-proto.yml
@@ -26,7 +26,7 @@ snap_snapcraft_lxd:
     - mkdir -p .kde-ci-packages/
     # copy the snap to the artifacts dir
     - cp -vf *.snap  .kde-ci-packages/
-  #after_script:
-    # - snapcraft push --release=edge *.snap
-  #allow_failure: true
+  after_script:
+     - snapcraft push --release=edge *.snap
+  allow_failure: true
   interruptible: true


More information about the Neon-commits mailing list