mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
[circleci] Use Bash as its the one with array vars.
This commit is contained in:
parent
e5f95a2ff4
commit
3a43467f85
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ machine:
|
|||
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}
|
||||
echo '#!/bin/sh' > ${HOME}/script.sh
|
||||
echo '#!/bin/bash' > ${HOME}/script.sh
|
||||
echo 'export SCRIPT_N=(${SCRIPT_N})' >> "${HOME}/script.sh"
|
||||
echo 'export SCRIPT=${SCRIPT_N[$CIRCLE_NODE_INDEX]}' >> "${HOME}/script.sh"
|
||||
echo 'export EOL_N=(${EOL_N})' >> "${HOME}/script.sh"
|
||||
|
|
Loading…
Add table
Reference in a new issue