[neon/snap-packaging/gwenview-snap/Neon/release-24.08] debian: actually create the dotenv file build.env

Carlos De Maine null at kde.org
Mon Nov 11 09:06:07 GMT 2024


Git commit 0859fb10532eb9058270f918960f72213895de4a by Carlos De Maine.
Committed on 11/11/2024 at 09:06.
Pushed by carlosdem into branch 'Neon/release-24.08'.

actually create the dotenv file build.env

M  +2    -0    debian/snap-snapcraft-lxd-proto.yml

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/0859fb10532eb9058270f918960f72213895de4a

diff --git a/debian/snap-snapcraft-lxd-proto.yml b/debian/snap-snapcraft-lxd-proto.yml
index 9b19c80..c575c83 100644
--- a/debian/snap-snapcraft-lxd-proto.yml
+++ b/debian/snap-snapcraft-lxd-proto.yml
@@ -42,6 +42,7 @@ snap_snapcraft_lxd:
     - mkdir -p $CI_PROJECT_DIR/kde-ci-packages/
     # copy the snap to the artifacts dir
     - cp -vf ./*.snap  $CI_PROJECT_DIR/kde-ci-packages/
+    - echo $KDE_SNAP_BRANCH >> build.env
   after_script:
     # clean up lxd instances that can pollute subsequent rebuilds in the persistent vm
     # being snapcraft, of course different builds are in different projects, work around that with an if else ...
@@ -72,6 +73,7 @@ snap_snapcraft_deploy:
   extends: .snap_deploy
   stage: deploy
   needs: [snap_snapcraft_lxd]
+    artifacts: true
   inherit:
     default: true
   script:


More information about the Neon-commits mailing list