[neon/snap-packaging/gwenview-snap/Neon/release-24.08] debian: try and insclude it in the artefacts

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


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

try and insclude it in the artefacts

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

https://invent.kde.org/neon/snap-packaging/gwenview-snap/-/commit/6fd97f0eb16548b02ac016d573325887c6a53ff4

diff --git a/debian/snap-base-proto.yml b/debian/snap-base-proto.yml
index 54face5..ad1ddba 100644
--- a/debian/snap-base-proto.yml
+++ b/debian/snap-base-proto.yml
@@ -5,8 +5,7 @@
   variables:
     KDE_SNAP_MODULE_NAME: ${CI_PROJECT_NAME}
     KDE_SNAP_BRANCH: ${CI_COMMIT_REF_NAME}
-    KDE_SNAP_CHANNEL: "default"
-    SNAPCRAFT_BUILD_ENVIRONMENT: "lxd"
+      SNAPCRAFT_BUILD_ENVIRONMENT: "lxd"
     SNAPCRAFT_MANAGED_MODE: "y"
   interruptible: true
   before_script:
@@ -22,6 +21,7 @@
       - "kde-ci-packages/"
       - "task.log"
       - "task-debug.log"
+      - "build.env"
     reports:
       dotenv: build.env
     expire_in: 7 days
diff --git a/debian/snap-snapcraft-lxd-proto.yml b/debian/snap-snapcraft-lxd-proto.yml
index b806720..1774857 100644
--- a/debian/snap-snapcraft-lxd-proto.yml
+++ b/debian/snap-snapcraft-lxd-proto.yml
@@ -73,7 +73,7 @@ snap_snapcraft_deploy:
   extends: .snap_deploy
   stage: deploy
   needs: [snap_snapcraft_lxd]
-    #artifacts: true
+    artifacts: true
   inherit:
     default: true
   script:


More information about the Neon-commits mailing list