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:
parent
2ad11acc2a
commit
f21e5fd1c9
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue