diff --git a/circle.yml b/circle.yml index 8828b1d2c4..99a7c99935 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,7 @@ machine: SCRIPT: ci_boost_status 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/${SCRIPT}.py" -P ${HOME} + - wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_status.py" -P ${HOME} post: - python "${HOME}/${SCRIPT}" machine_post checkout: