X-Git-Url: https://git.arvados.org/arvados-dev.git/blobdiff_plain/c5dfc8a4b24c4da0a83e8bd759b361b6d1080955..716e83202432b70111466738123fadbf38824d87:/jenkins/run-cwl-tests.sh diff --git a/jenkins/run-cwl-tests.sh b/jenkins/run-cwl-tests.sh index 730261b..e148171 100755 --- a/jenkins/run-cwl-tests.sh +++ b/jenkins/run-cwl-tests.sh @@ -170,6 +170,10 @@ popd cd reference handle_python_package +cd cwl-runner +handle_python_package +cd .. + ./build-cwl-docker.sh if [[ "$UPLOAD_DOCKER" != 0 ]]; then @@ -197,7 +201,7 @@ else git config user.name "Curoverse build bot" cd .. fi -python -mcwltool specification/cwlsite.cwl specification/cwlsite-job.json --outdir=$PWD/common-workflow-language.github.io +python -mcwltool --outdir=$PWD/common-workflow-language.github.io specification/cwlsite.cwl specification/cwlsite-job.json cd common-workflow-language.github.io git add --all git diff-index --quiet HEAD || git commit -m"Build bot"