From 8e586dade06cb63910613a1f4256efd079748b2e Mon Sep 17 00:00:00 2001 From: Matthias Cramer Date: Sat, 22 Mar 2025 18:28:55 +0100 Subject: [PATCH] paralell --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a1e463..bb49352 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,13 @@ stages: - build - publish + variables: DEBIAN_FRONTEND: noninteractive build-bookworm: stage: build + needs: [] only: - tags tags: @@ -25,6 +27,8 @@ build-bookworm: publish-bookworm: stage: publish + needs: + - build-bookworm dependencies: - build-bookworm only: @@ -39,6 +43,7 @@ publish-bookworm: build-sid: stage: build + needs: [] only: - tags tags: @@ -56,6 +61,8 @@ build-sid: publish-sid: stage: publish + needs: + - build-sid dependencies: - build-sid only: @@ -70,6 +77,7 @@ publish-sid: build-rocky9: stage: build + needs: [] only: - tags tags: @@ -90,6 +98,9 @@ build-rocky9: publish-rocky9: stage: publish + needs: [] + needs: + - build-rocky9 dependencies: - build-rocky9 only: @@ -104,6 +115,7 @@ publish-rocky9: build-rocky8: stage: build + needs: [] only: - tags tags: @@ -124,6 +136,8 @@ build-rocky8: publish-rocky8: stage: publish + needs: + - build-rocky8 dependencies: - build-rocky8 only: