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

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

parent 9f37fa2f
Branches
Tags
1 merge request!167fix: don't download all previous artifacts in status success/failure job
......@@ -150,6 +150,7 @@ deploy_results:
benchmarks:detector:success:
stage: status-report
dependencies: []
extends: .status
variables:
STATE: "success"
......@@ -158,6 +159,7 @@ benchmarks:detector:success:
benchmarks:detector: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.
Please register or to comment