[neon/ubuntu-core/models.add-models-pipeline] debian: Fix image pipelines stage
Antoine Gonzalez
null at kde.org
Wed Aug 7 15:22:28 BST 2024
Git commit 702c2322482d588f821b6d9d9ff61f8d7a5c8b89 by Antoine Gonzalez.
Committed on 07/08/2024 at 14:21.
Pushed by daspood into branch 'models.add-models-pipeline'.
Fix image pipelines stage
M +1 -0 debian/neon-core-image-dangerous.yml
M +1 -0 debian/neon-core-image-signed.yml
https://invent.kde.org/neon/ubuntu-core/-/commit/702c2322482d588f821b6d9d9ff61f8d7a5c8b89
diff --git a/debian/neon-core-image-dangerous.yml b/debian/neon-core-image-dangerous.yml
index fa092b1..da29a23 100644
--- a/debian/neon-core-image-dangerous.yml
+++ b/debian/neon-core-image-dangerous.yml
@@ -4,6 +4,7 @@ include:
- /gitlab-templates/blocks/workflow.yml
neon_core_image_dangerous:
+ stage: build
script:
# build the image with the project's tooling
- echo building kde-neon-core in dangerous mode ...
diff --git a/debian/neon-core-image-signed.yml b/debian/neon-core-image-signed.yml
index 8c645ff..948eb0f 100644
--- a/debian/neon-core-image-signed.yml
+++ b/debian/neon-core-image-signed.yml
@@ -4,6 +4,7 @@ include:
- /gitlab-templates/blocks/workflow.yml
neon_core_image_signed:
+ stage: build
script:
# build the image with the project's tooling
- echo building kde-neon-core in signed mode ...
More information about the Neon-commits
mailing list