Skip to content

Commit

Permalink
Added Base.yml to render
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassOfWhiskey committed Jun 18, 2023
1 parent 227fa9a commit 98410a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions render.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
cwltool


schema_salad @ git+https://github.com/common-workflow-language/schema_salad@refs/pull/672/head

0 comments on commit 98410a8

Please sign in to comment.