[neon/snap-packaging/plasma-core-desktop-snap/ci-prototype] debian: publish in after_script:
Carlos De Maine
null at kde.org
Tue May 7 12:50:12 BST 2024
Git commit 78ba531d2731f4a7c2aa00b5947f860c646a4c01 by Carlos De Maine.
Committed on 07/05/2024 at 11:50.
Pushed by carlosdem into branch 'ci-prototype'.
publish in after_script:
M +4 -1 debian/snap-image-snapcraft-lxd-proto.yml
https://invent.kde.org/neon/snap-packaging/plasma-core-desktop-snap/-/commit/78ba531d2731f4a7c2aa00b5947f860c646a4c01
diff --git a/debian/snap-image-snapcraft-lxd-proto.yml b/debian/snap-image-snapcraft-lxd-proto.yml
index 4caafb1..ca019be 100644
--- a/debian/snap-image-snapcraft-lxd-proto.yml
+++ b/debian/snap-image-snapcraft-lxd-proto.yml
@@ -21,9 +21,12 @@ snap_snapcraft_lxd:
echo building $KDE_SNAP_MODULE_NAME with --use-lxd build flag ...
snapcraft --use-lxd --verbosity=verbose
fi
- - snapcraft push --release=edge *.snap
+
# make the artifacts dir
- 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
interruptible: true
More information about the Neon-commits
mailing list