From 42185401df0e0b578ee969d52dd27ba0ad629c3a Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 15 Sep 2022 23:39:13 +0000 Subject: [PATCH] fix: add DETECTOR_CONFIG to status report --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b39ea30e..02a10563 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,7 @@ stages: -d '{"state":"'"${STATE}"'", "target_url":"'"${CI_PIPELINE_URL}"'", "description":"'"${DESCRIPTION}"'", - "context":"eicweb/detector_benchmarks" + "context":"eicweb/detector_benchmarks ('"$DETECTOR_CONFIG"')", }' ; fi -- GitLab