Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Correct report input command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorikken committed Jul 13, 2021
1 parent 883c1d9 commit 51de969
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ fi
--info \
report \
-f "${REPORT_FORMATS}" \
$(if [[ -e "ort/evaluation-result.yml" ]] ; then echo "ort/evaluation-result.yml"; else echo "ort/analyzer-result.yml"; fi) \
-i evaluation/result-yml \
-o ort/reports \
$(if [[ -e "ort/evaluation-result.yml" ]] ; then echo "-i ort/evaluation-result.yml"; else echo "-i ort/analyzer-result.yml"; fi) \
-o ort/reports

cp -r "ort/reports" "ort/results/"

0 comments on commit 51de969

Please sign in to comment.