diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bfccb6..465ef4e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ stages: - build - - publish variables: DEBIAN_FRONTEND: noninteractive @@ -26,7 +25,7 @@ build-bookworm: - build publish-bookworm: - stage: publish + stage: build needs: - build-bookworm dependencies: @@ -59,7 +58,7 @@ build-sid: - build publish-sid: - stage: publish + stage: build needs: - build-sid dependencies: @@ -95,7 +94,7 @@ build-rocky9: - build publish-rocky9: - stage: publish + stage: build needs: - build-rocky9 dependencies: @@ -131,7 +130,7 @@ build-rocky8: - build publish-rocky8: - stage: publish + stage: build needs: - build-rocky8 dependencies: @@ -164,7 +163,7 @@ build-pios12: - build publish-pios12: - stage: publish + stage: build needs: - build-pios12 dependencies: @@ -197,7 +196,7 @@ build-pios12-64: - build publish-pios12-64: - stage: publish + stage: build needs: - build-pios12-64 dependencies: