summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2016-07-05 16:59:26 -0500
committerRene Rivera <grafikrobot@gmail.com>2016-07-05 16:59:26 -0500
commitfe1f42fca8e92791ab487d82b1872323fce9c06c (patch)
tree9f9bbf499f1e580b7c59781a96866ab5424a823c /circle.yml
parentd0fbcf651ce8cfdc8ed94e579815a63f88e25427 (diff)
downloadboost-fe1f42fca8e92791ab487d82b1872323fce9c06c.tar.gz
Download correct script.
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 573c3468eb..033d1dfb56 100644
--- a/circle.yml
+++ b/circle.yml
@@ -9,7 +9,7 @@ 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_status.py" -P ${HOME}
+ - wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_release.py" -P ${HOME}
post:
- python "${HOME}/${SCRIPT}.py" machine_post
checkout: