From 92bbb4d5e1cf474a69fb363964f5f32be4d5c681 Mon Sep 17 00:00:00 2001 From: sdarwin Date: Tue, 23 Aug 2022 12:57:14 -0600 Subject: [PATCH] circleci: change branch of release-tools --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d8a1f0553b..e6381bb6ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,8 +6,8 @@ jobs: parallelism: 2 steps: - checkout - - run: wget "https://raw.githubusercontent.com/boostorg/release-tools/python3/ci_boost_common.py" -P ${HOME} - - run: wget "https://raw.githubusercontent.com/boostorg/release-tools/python3/ci_boost_release.py" -P ${HOME} + - run: wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME} + - run: wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_release.py" -P ${HOME} - run: python3 ${HOME}/ci_boost_release.py checkout_post # - run: python3 ${HOME}/ci_boost_release.py dependencies_override - run: '[ "$CIRCLE_NODE_INDEX" != "0" ] || EOL=LF python3 ${HOME}/ci_boost_release.py test_override'