mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 15:42:58 +00:00
Quote command strings for yaml
This commit is contained in:
parent
203ed916bb
commit
4f6835aa3b
1 changed files with 2 additions and 2 deletions
|
@ -10,5 +10,5 @@ jobs:
|
|||
- run: wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_release.py" -P ${HOME}
|
||||
- run: python ${HOME}/ci_boost_release.py checkout_post
|
||||
- run: python ${HOME}/ci_boost_release.py dependencies_override
|
||||
- run: [ "$CIRCLE_NODE_INDEX" == "0" ] && EOL=LF python ${HOME}/ci_boost_release.py test_override
|
||||
- run: [ "$CIRCLE_NODE_INDEX" == "1" ] && EOL=CRLF python ${HOME}/ci_boost_release.py test_override
|
||||
- run: '[ "$CIRCLE_NODE_INDEX" == "0" ] && EOL=LF python ${HOME}/ci_boost_release.py test_override'
|
||||
- run: '[ "$CIRCLE_NODE_INDEX" == "1" ] && EOL=CRLF python ${HOME}/ci_boost_release.py test_override'
|
||||
|
|
Loading…
Add table
Reference in a new issue