[neon/snap-packaging/qt6-snap-runtime] debian: Update debian/.gitlab-ci-neon.yml file

Carlos De Maine null at kde.org
Tue Apr 16 13:51:46 BST 2024


Git commit 512e89cf16628479c0b0ad8ce039f04f15558341 by Carlos De Maine.
Committed on 16/04/2024 at 12:51.
Pushed by carlosdem into branch 'master'.

Update debian/.gitlab-ci-neon.yml file

M  +3    -2    debian/.gitlab-ci-neon.yml

https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/512e89cf16628479c0b0ad8ce039f04f15558341

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index f2f3385..0dfb77e 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -16,7 +16,7 @@ snapcraft:
       lxc
       image-dangerous
       image-signed
-    description: "The Snap build. Set to 'destructive' by default."
+    description: "The Snap build. Set to 'lxc' by default."
     KDE_SNAP_MODULE_NAME: ${CI_PROJECT_NAME}
     SNAPCRAFT_BUILD_ENVIRONMENT: "host"
     SNAPCRAFT_MANAGED_MODE: "y"
@@ -27,7 +27,7 @@ snapcraft:
     - git clone https://invent.kde.org/sysadmin/repo-metadata.git ci-utilities/repo-metadata/ --depth=1
   script:
     - git config --global --add safe.directory $CI_PROJECT_DIR
-
+    - echo $SNAPCRAFT_STORE_CREDENTIALS
 workflow:
 
   rules:
@@ -49,6 +49,7 @@ snapcraft_lxc:
   inherit:
     default: true
   script:
+    - echo $SNAPCRAFT_STORE_CREDENTIALS
     - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode ...
     - snapcraft whoami
     - snapcraft --use-lxc


More information about the Neon-commits mailing list