fix mason-latest publishing, broken since e547ee12
This commit is contained in:
parent
a86df63490
commit
c82b4c8ba3
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ script:
|
|||
- if [[ ${COVERAGE} != true ]]; then
|
||||
make bench;
|
||||
fi
|
||||
- if [[ ${TEST_RESULT} != 0 ]]; then exit $TEST_RESULT ; fi;
|
||||
- if [[ ${TEST_RESULT:-0} != 0 ]]; then exit $TEST_RESULT ; fi;
|
||||
- if [[ ${MASON_PUBLISH} == true ]]; then
|
||||
./mason_latest.sh build;
|
||||
./mason_latest.sh link;
|
||||
|
|
Loading…
Reference in a new issue