[neon/ubuntu-core/models.add-models-pipeline] debian: Add temporary copy of session snap
Antoine Gonzalez
null at kde.org
Wed Aug 7 19:02:41 BST 2024
Git commit 18868ba4da371873cb786ddc3931d8a009b10e25 by Antoine Gonzalez.
Committed on 07/08/2024 at 18:02.
Pushed by daspood into branch 'models.add-models-pipeline'.
Add temporary copy of session snap
M +2 -0 debian/neon-core-image-dangerous.yml
M +2 -0 debian/neon-core-image-signed.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/18868ba4da371873cb786ddc3931d8a009b10e25
diff --git a/debian/neon-core-image-dangerous.yml b/debian/neon-core-image-dangerous.yml
index 0a904c3..93f457c 100644
--- a/debian/neon-core-image-dangerous.yml
+++ b/debian/neon-core-image-dangerous.yml
@@ -9,6 +9,8 @@ neon_core_image_dangerous:
inherit:
default: true
script:
+ # get the missing plasma-desktop-session snap from runner FS
+ - cp ../plasma-desktop-session.snap ./local-snaps/
# build the image with the project's tooling
- echo building kde-neon-core in dangerous mode ...
- make dangerous 2>&1 | tee task.log
diff --git a/debian/neon-core-image-signed.yml b/debian/neon-core-image-signed.yml
index 9d79e8e..b1c75c3 100644
--- a/debian/neon-core-image-signed.yml
+++ b/debian/neon-core-image-signed.yml
@@ -9,6 +9,8 @@ neon_core_image_signed:
inherit:
default: true
script:
+ # get the missing plasma-desktop-session snap from runner FS
+ - cp ../plasma-desktop-session.snap ./local-snaps/
# build the image with the project's tooling
- echo building kde-neon-core in signed mode ...
- make signed 2>&1 | tee task.log
More information about the Neon-commits
mailing list