Skip to content
Snippets Groups Projects

fix: add DETECTOR_CONFIG to status report

Merged Wouter Deconinck requested to merge status-report-with-DETECTOR-CONFIG into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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"
"context":"eicweb/detector_benchmarks ('"$DETECTOR_CONFIG"')",
}' ;
}' ;
fi
fi
Loading