Skip to content
Snippets Groups Projects
Commit 8faf3642 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- refactor: replaced head

parent f9e42d57
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,4 @@ echo "${TOOL_OUTPUT}"
# exit code
# 0 -> valid media file
# 1 -> invalid media file
echo "${TOOL_OUTPUT}" | grep "Outcome" | head -n1 | grep -v "fail"
\ No newline at end of file
echo "${TOOL_OUTPUT}" | grep -m 1 "Outcome" | grep -v "fail"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment