[neon/ubuntu-core/ci-prototype] debian: cp to the artifacts dir
Carlos De Maine
null at kde.org
Mon May 6 07:40:29 BST 2024
Git commit 61ab869c3b5809b00c53893db7c13656cfe8c1c2 by Carlos De Maine.
Committed on 06/05/2024 at 06:40.
Pushed by carlosdem into branch 'ci-prototype'.
cp to the artifacts dir
M +4 -0 debian/snap-image-dangerous-proto.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/61ab869c3b5809b00c53893db7c13656cfe8c1c2
diff --git a/debian/snap-image-dangerous-proto.yml b/debian/snap-image-dangerous-proto.yml
index 0173e93..1246f4e 100644
--- a/debian/snap-image-dangerous-proto.yml
+++ b/debian/snap-image-dangerous-proto.yml
@@ -25,4 +25,8 @@ snap_image_dangerous:
- snapcraft whoami
- echo building $KDE_SNAP_MODULE_NAME in dangerous mode ...
- make dangerous
+ # make the artifacts dir
+ - mkdir -p $CI_PROJECT_DIR/.kde-ci-packages/
+ # copy the gun zipped tar to the artifacts dir
+ - cp -vf $packageDir/*.tar.gz $CI_PROJECT_DIR/.kde-ci-packages/
interruptible: true
More information about the Neon-commits
mailing list