Skip to content
Snippets Groups Projects
Commit 9ae64f84 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: don't download all previous artifacts in status success/failure job

parent b07a33e8
No related branches found
No related tags found
1 merge request!850fix: don't download all previous artifacts in status success/failure job
......@@ -680,6 +680,7 @@ clean_pipeline:
status:success:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "success"
......@@ -688,6 +689,7 @@ status:success:
status:failure:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "failure"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment