[neon/snap-packaging/plasma-core-desktop-snap/ci-prototype] debian: back to project include:

Carlos De Maine null at kde.org
Mon May 6 08:55:25 BST 2024


Git commit 05a9ced471d0678acd3c88848576511a5ea00375 by Carlos De Maine.
Committed on 06/05/2024 at 07:55.
Pushed by carlosdem into branch 'ci-prototype'.

back to project include:

M  +3    -3    debian/snap-image-snapcraft-lxd-proto.yml
D  +0    -16   debian/workflow.yml

https://invent.kde.org/neon/snap-packaging/plasma-core-desktop-snap/-/commit/05a9ced471d0678acd3c88848576511a5ea00375

diff --git a/debian/snap-image-snapcraft-lxd-proto.yml b/debian/snap-image-snapcraft-lxd-proto.yml
index 257f193..7ce00dc 100644
--- a/debian/snap-image-snapcraft-lxd-proto.yml
+++ b/debian/snap-image-snapcraft-lxd-proto.yml
@@ -1,6 +1,6 @@
-#include:
+include:
   #- /gitlab-templates/blocks/snap-base.yml
-  #- /gitlab-templates/blocks/workflow.yml
+  - /gitlab-templates/blocks/workflow.yml
 
 snap_snapcraft_destructive:
   extends: .snap_base_proto
@@ -9,5 +9,5 @@ snap_snapcraft_destructive:
     default: true
   script:
     - echo building $KDE_SNAP_MODULE_NAME with --destructive-mode ...
-    # - snapcraft --use-lxd --destructive-mode --verbosity=verbose
+    - snapcraft --use-lxd --destructive-mode --verbosity=verbose
   interruptible: true
diff --git a/debian/workflow.yml b/debian/workflow.yml
deleted file mode 100644
index e334664..0000000
--- a/debian/workflow.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-stages:
-  - build
-  - test
-  - deploy
-  - publish
-
-workflow:
-  rules:
-    # Prevent branch pipelines if an MR is open on the branch.
-    - if: $CI_COMMIT_BRANCH && $CI_PIPELINE_SOURCE == "push" && $CI_OPEN_MERGE_REQUESTS
-      when: never
-    # Allow merge request pipelines.
-    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
-    # Build tags and branches too
-    - if: $CI_COMMIT_TAG
-    - if: $CI_COMMIT_BRANCH
\ No newline at end of file


More information about the Neon-commits mailing list