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:
Nicola Soranzo
2024-04-05 14:45:20 +01:00
committed by GitHub
+1 -5
View File
@@ -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}"