[neon/snap-packaging/kf6-snap] debian: strip it back

Carlos De Maine null at kde.org
Mon Apr 15 06:28:02 BST 2024


Git commit 7d1904dad0d16ea246a5df6c0f9c2e468d195ee4 by Carlos De Maine.
Committed on 15/04/2024 at 05:28.
Pushed by carlosdem into branch 'master'.

strip it back

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

https://invent.kde.org/neon/snap-packaging/kf6-snap/-/commit/7d1904dad0d16ea246a5df6c0f9c2e468d195ee4

diff --git a/debian/.gitlab-ci-neon.yml b/debian/.gitlab-ci-neon.yml
index 1b60df2..0958b0f 100644
--- a/debian/.gitlab-ci-neon.yml
+++ b/debian/.gitlab-ci-neon.yml
@@ -3,43 +3,7 @@ include:
     file:
       - /gitlab-templates/blocks/workflow.yml
 snap:
-  stage: deploy
+  #stage: deploy
   image:
     name: invent-registry.kde.org/sysadmin/ci-images/snap-builder:latest
-    entrypoint: [""]
-
-  rules:
-    # run the job on mainline branches of mainline repositories
-    - if: $KDECI_SECURE_SERVICES_KEY
-      when: on_success
-    # or when triggered manually
-    - when: manual
-      # we don't want the manual job to block the pipeline
-      allow_failure: true
-  tags:
-    - Snap
-  variables:
-    KDE_SNAP_MODULE_NAME: ${CI_PROJECT_NAME}
-    KDECI_SIGNSNAP_CONFIG: $CI_PROJECT_DIR/ci-utilities/signing/signsnap.ini
-  interruptible: true
-  before_script:
-    - git clone https://invent.kde.org/sysadmin/ci-utilities.git --depth=1
-    - git clone https://invent.kde.org/sysadmin/ci-notary-service.git --depth=1
-  script:
-    - snapcraft
-    #- git config --global --add safe.directory $CI_PROJECT_DIR
-    #- python3 -u ci-utilities/run-ci-bu
-    #- echo ${KDE_SNAPCRAFT_MODULE_NAME}
-    # Build and install
-    #- python3 -u ci-utilities/snap-build.py ${KDE_SNAP_MODULE_NAME}
-    # Sign and publish (if the project branch is cleared for signing and publishing)
-    #- python3 ci-notary-service/signsnap.py -v --config $KDECI_SIGNSNAP_CONFIG ${KDE_SNAP_MODULE_NAME}.SNAP
-  artifacts:
-    name: SNAPCRAFT artifacts
-    expose_as: 'SNAPCRAFT Bundle'
-    when: always
-    paths:
-      - "${KDE_SNAP_MODULE_NAME}.snap"
-      - "task.log"
-      - "task-debug.log"
-    expire_in: 7 days
\ No newline at end of file
+    entrypoint: [""]
\ No newline at end of file


More information about the Neon-commits mailing list