[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:05:49 BST 2024


Git commit 3eb3077985e9e862d90ccb6db8e2b0f3b12e388b by Carlos De Maine.
Committed on 16/04/2024 at 12:05.
Pushed by carlosdem into branch 'master'.

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

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

https://invent.kde.org/neon/snap-packaging/qt6-snap-runtime/-/commit/3eb3077985e9e862d90ccb6db8e2b0f3b12e388b

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 5e17742..c144a92 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -28,6 +28,7 @@ snapcraft:
   script:
     - git config --global --add safe.directory $CI_PROJECT_DIR
     - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode
+    - echo $SNAPCRAFT_STORE_CREDENTIALS
 
 snapcraft_destructive:
   extends: snapcraft
@@ -38,6 +39,7 @@ snapcraft_destructive:
       interruptible: false  # Override interruptible defined at the job level.
     - when: on_success
   script:
+    - echo $SNAPCRAFT_STORE_CREDENTIALS
     - echo building $KDE_SNAP_MODULE_NAME in $KDE_SNAP_BUILD_TYPE mode
     - snapcraft whoami
     - snapcraft --destructive


More information about the Neon-commits mailing list