From 7c85293f63054a51215616b2a456ed5d1d2f107a Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 19 Sep 2022 22:27:51 +0000 Subject: [PATCH] fix: remove comma at end of json --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02a10563..be90e714 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 ('"$DETECTOR_CONFIG"')", + "context":"eicweb/detector_benchmarks ('"$DETECTOR_CONFIG"')" }' ; fi -- GitLab