[neon/ubuntu-core] debian: seems the forward slash was missing since forever. not sure how it ever worked to be honest unless it was stripping the fullstop out somehow
Carlos De Maine
null at kde.org
Thu Oct 3 12:27:06 BST 2024
Git commit d85172be863d4872474b0806256319aa51e7b289 by Carlos De Maine.
Committed on 03/10/2024 at 11:27.
Pushed by carlosdem into branch 'master'.
seems the forward slash was missing since forever. not sure how it ever worked to be honest unless it was stripping the fullstop out somehow
M +1 -1 debian/neon-core-image-dangerous.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/d85172be863d4872474b0806256319aa51e7b289
diff --git a/debian/neon-core-image-dangerous.yml b/debian/neon-core-image-dangerous.yml
index 4916c62..32f9814 100644
--- a/debian/neon-core-image-dangerous.yml
+++ b/debian/neon-core-image-dangerous.yml
@@ -21,7 +21,7 @@ neon_core_image_dangerous:
- mkdir workspace/ && cd workspace/
- wget -O Snap_artifacts.zip "https://invent.kde.org/api/v4/projects/neon%2fsnap-packaging%2fplasma-desktop-session/jobs/artifacts/master/download?job=snap_snapcraft_lxd"
- unzip -e Snap_artifacts.zip
- - mv .kde-ci-packages/plasma-desktop-session*.snap $CI_PROJECT_DIR/local-snaps/plasma-desktop-session.snap
+ - mv ./kde-ci-packages/plasma-desktop-session*.snap $CI_PROJECT_DIR/local-snaps/plasma-desktop-session.snap
- cd $CI_PROJECT_DIR
# build the image with the project's tooling
More information about the Neon-commits
mailing list