From f21e5fd1c975d08cc110409938f65906ff281456 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Tue, 12 Apr 2022 09:45:06 +0200 Subject: [PATCH] ci: do not download artifacts in finish stages The jobs in finish stage are only meant to report the overall status of the pipeline, they do not require to download the hundreds of artifacts from the previous stages. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ea47f2d1..a4dfa32d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -531,6 +531,7 @@ Upgrade: NIGHTLY_FAIL: stage: finish + dependencies: [] tags: - shell rules: @@ -541,6 +542,7 @@ NIGHTLY_FAIL: NIGHTLY_SUCCESS: stage: finish + dependencies: [] tags: - shell rules: @@ -591,6 +593,7 @@ SonarQube: finish: stage: finish + dependencies: [] tags: - shell script: