[neon/ubuntu-core] debian: Make sure the compressed image is kept around for upload
Kevin Ottens
null at kde.org
Tue Aug 13 11:30:00 BST 2024
Git commit 1ea2276a4cfe651546714fb2f437075e7e7e9419 by Kevin Ottens.
Committed on 13/08/2024 at 10:29.
Pushed by ervin into branch 'master'.
Make sure the compressed image is kept around for upload
M +2 -1 debian/neon-core-image-dangerous.yml
M +2 -1 debian/neon-core-image-signed.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/1ea2276a4cfe651546714fb2f437075e7e7e9419
diff --git a/debian/neon-core-image-dangerous.yml b/debian/neon-core-image-dangerous.yml
index f4dab65..4916c62 100644
--- a/debian/neon-core-image-dangerous.yml
+++ b/debian/neon-core-image-dangerous.yml
@@ -26,7 +26,8 @@ neon_core_image_dangerous:
# build the image with the project's tooling
- echo building kde-neon-core in dangerous mode ...
- - make dangerous 2>&1 | tee task.log
+ - make kde-neon-core-dangerous-amd64.img.xz 2>&1 | tee task.log
+ - make dangerous 2>&1 | tee -a task.log
# Create a folder to publish the files...
- mkdir -p $CI_PROJECT_DIR/.kde-ci-packages/
diff --git a/debian/neon-core-image-signed.yml b/debian/neon-core-image-signed.yml
index b99fcb1..0e66e09 100644
--- a/debian/neon-core-image-signed.yml
+++ b/debian/neon-core-image-signed.yml
@@ -16,7 +16,8 @@ neon_core_image_signed:
script:
# build the image with the project's tooling
- echo building kde-neon-core in signed mode ...
- - make signed 2>&1 | tee task.log
+ - make kde-neon-core-signed-amd64.img.xz 2>&1 | tee task.log
+ - make signed 2>&1 | tee -a task.log
# Create a folder to publish the files...
- mkdir -p $CI_PROJECT_DIR/.kde-ci-packages/
More information about the Neon-commits
mailing list