mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
[circleci] Fix missing py extension for invoking scripts.
This commit is contained in:
parent
3a43467f85
commit
c3d40716c9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ machine:
|
|||
echo 'export SCRIPT=${SCRIPT_N[$CIRCLE_NODE_INDEX]}' >> "${HOME}/script.sh"
|
||||
echo 'export EOL_N=(${EOL_N})' >> "${HOME}/script.sh"
|
||||
echo 'export EOL=${EOL_N[$CIRCLE_NODE_INDEX]}' >> "${HOME}/script.sh"
|
||||
echo 'python "${HOME}/${SCRIPT}" "$@"' >> "${HOME}/script.sh"
|
||||
echo 'python "${HOME}/${SCRIPT}.py" "$@"' >> "${HOME}/script.sh"
|
||||
chmod +x "${HOME}/script.sh"
|
||||
post:
|
||||
- exec "${HOME}/script.sh" machine_post
|
||||
|
|
Loading…
Add table
Reference in a new issue