Skip to content
Snippets Groups Projects
Commit f45c7c63 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 4eb69ee2
Branches
No related tags found
1 merge request!78Triggering detector benchmarks
Pipeline #9719 passed with warnings
...@@ -123,7 +123,7 @@ overlap_check: ...@@ -123,7 +123,7 @@ overlap_check:
needs: needs:
- ["common:detector"] - ["common:detector"]
script: script:
- checkOverlaps -t 0.001 -c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out - checkOverlaps -c ${DETECTOR_PATH}/reference_detector.xml | tee doc/overlap_check.out
- echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..." - echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..."
- if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi - if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "0" ]] ; then echo "Overlaps exist!" && false ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment