Env vars are not available on machine_pre for CircleCI. So we need to

use the script name directly.
This commit is contained in:
Rene Rivera 2016-06-22 11:44:58 -05:00
parent 3b925b18ed
commit 94231fb0ec

View file

@ -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: