Skip to content

Commit 7cba480

Browse files
committed
[DO NOT MERGE] make shellcheck fail.
1 parent ea1745a commit 7cba480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/publish-code-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ print_log jacoco.log 'Publish code coverage'
2626

2727
rm -f jacoco.log
2828

29-
if [ -n "$JACOCO_FAIL" ]; then
29+
if [ -n $JACOCO_FAIL ]; then
3030
exit 1
3131
fi

0 commit comments

Comments
 (0)