Skip to content
Snippets Groups Projects
Commit 89348dde authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

Remove newline

parent 752b8cb4
No related branches found
No related tags found
No related merge requests found
......@@ -82,8 +82,7 @@ jobs:
run: |
bash -c '
for WDL_FILE in $(git ls-files *.wdl); do
wdl-aid --strict $WDL_FILE > /dev/null 2> wdl-aid_stderr ||
if grep -vz "ValueError: Missing parameter_meta for inputs:" wdl-aid_stderr
wdl-aid --strict $WDL_FILE > /dev/null 2> wdl-aid_stderr || if grep -vz "ValueError: Missing parameter_meta for inputs:" wdl-aid_stderr
then
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment