[neon/snap-packaging/plasma-desktop-session-snap/ci-prototype] debian: ln -s /home/snaptester/project/ ./project

Carlos De Maine null at kde.org
Fri Apr 26 02:22:05 BST 2024


Git commit 5f7fd50118fc6ec3ce1443c28e5318ce451945e6 by Carlos De Maine.
Committed on 26/04/2024 at 01:22.
Pushed by carlosdem into branch 'ci-prototype'.

ln -s /home/snaptester/project/ ./project

M  +1    -1    debian/snap-snapcraft-lxc.yml

https://invent.kde.org/neon/snap-packaging/plasma-desktop-session-snap/-/commit/5f7fd50118fc6ec3ce1443c28e5318ce451945e6

diff --git a/debian/snap-snapcraft-lxc.yml b/debian/snap-snapcraft-lxc.yml
index d2cec0d..96e847e 100644
--- a/debian/snap-snapcraft-lxc.yml
+++ b/debian/snap-snapcraft-lxc.yml
@@ -11,7 +11,7 @@ snap_snapcraft_lxc:
   script:
     - echo building $KDE_SNAP_MODULE_NAME with --use-lxd ...
     - export SNAPCRAFT_BUILD_ENVIRONMENT=managed-host
-    - mkdir project
+    - ln -s /home/snaptester/project/ ./project
     - ls -lsa
     - snapcraft --version
     - snapcraft clean


More information about the Neon-commits mailing list