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.
This commit is contained in:
Jakub Rusz 2022-04-12 09:45:06 +02:00 committed by Ondřej Budai
parent 2ad11acc2a
commit f21e5fd1c9

View file

@ -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: