Skip to content

Commit

Permalink
Adjust update_cwl_conformance_tests.sh for removed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 5, 2024
1 parent 173b326 commit bd846d9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/update_cwl_conformance_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ for version in $VERSIONS; do
conformance_filepath=conformance_tests.yaml
tests_dir=tests
fi
if [ "$version" = '1.2' ]; then
branch=1.2.1_proposed
else
branch=main
fi
branch=main
wget "https://github.com/common-workflow-language/${repo_name}/archive/${branch}.zip"
unzip ${branch}.zip
rm -rf "${DEST_DIR}/v${version}"
Expand Down

0 comments on commit bd846d9

Please sign in to comment.