Unverified Commit bd846d9b authored by mvdbeek's avatar mvdbeek
Browse files

Adjust update_cwl_conformance_tests.sh for removed branch

parent 173b326a
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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
    wget "https://github.com/common-workflow-language/${repo_name}/archive/${branch}.zip"
    unzip ${branch}.zip
    rm -rf "${DEST_DIR}/v${version}"