diff --git a/circle.yml b/circle.yml index 033d1dfb56..d1abadc203 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,9 @@ machine: SCRIPT: ci_boost_release pre: - wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME} + - wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_library_check.py" -P ${HOME} - wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_release.py" -P ${HOME} + - wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_status.py" -P ${HOME} post: - python "${HOME}/${SCRIPT}.py" machine_post checkout: