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

fix: remove comma at end of json

parent 42185401
No related branches found
No related tags found
1 merge request!129fix: remove comma at end of json
...@@ -50,7 +50,7 @@ stages: ...@@ -50,7 +50,7 @@ stages:
-d '{"state":"'"${STATE}"'", -d '{"state":"'"${STATE}"'",
"target_url":"'"${CI_PIPELINE_URL}"'", "target_url":"'"${CI_PIPELINE_URL}"'",
"description":"'"${DESCRIPTION}"'", "description":"'"${DESCRIPTION}"'",
"context":"eicweb/detector_benchmarks ('"$DETECTOR_CONFIG"')", "context":"eicweb/detector_benchmarks ('"$DETECTOR_CONFIG"')"
}' ; }' ;
fi fi
......
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