Skip to content
Snippets Groups Projects

fix: remove comma at end of json

Merged Wouter Deconinck requested to merge fix-comma-end-json into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading