Fix shell syntax in COVERITY_SCAN_BRANCH test
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Nicolas Williams
parent
95256a6129
commit
5c8e3c6108
@@ -17,7 +17,7 @@ install:
|
|||||||
- make
|
- make
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make check; fi
|
- if [ x${COVERITY_SCAN_BRANCH} != x1 ]; then make check; fi
|
||||||
|
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user