mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Merge pull request #17916 from mvdbeek/fix_cwl_test_update_script
[23.2] Adjust update_cwl_conformance_tests.sh for removed branch
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user