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

remove v parameter

parent 89348dde
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,8 @@ jobs: ...@@ -82,7 +82,8 @@ jobs:
run: | run: |
bash -c ' bash -c '
for WDL_FILE in $(git ls-files *.wdl); do 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 -z "ValueError: Missing parameter_meta for inputs:" wdl-aid_stderr
then then
exit 1 exit 1
fi 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