mirror of
https://github.com/boostorg/boost.git
synced 2025-04-04 13:05:00 +00:00
Fix conditions to have the correct return code
This commit is contained in:
parent
4f6835aa3b
commit
d0a24e5d00
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