diff --git a/render.bash b/render.bash index 05bf4852..ee774192 100644 --- a/render.bash +++ b/render.bash @@ -10,6 +10,10 @@ if [[ -d $bn ]] ; then else git clone $repo && pushd $bn; git checkout main ; git show --no-patch ; popd fi +echo "- basename: Base.yml" >> $WORKSPACE/cwl-website/site/v1.2-deps.yaml +echo " class: File" >> $WORKSPACE/cwl-website/site/v1.2-deps.yaml +echo " location: ../v1.2/Base.yml" >> $WORKSPACE/cwl-website/site/v1.2-deps.yaml +cat $WORKSPACE/cwl-website/site/v1.2-deps.yaml CURDIR=$PWD pushd $WORKSPACE/cwl-website ; ln -s $CURDIR v1.2 ; popd cp cwlsite-v1.2-only-job.yaml $WORKSPACE/cwl-website/site/ diff --git a/requirements.txt b/requirements.txt index 764ef123..d1b80f96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ cwltool lockfile +schema_salad @ git+https://github.com/common-workflow-language/schema_salad@refs/pull/672/head \ No newline at end of file