Skip to content

Commit fe43311

Browse files
committed
Merge commit '0c2677e8fecad9bf904fca32b0319068d3eaa186' into prow
2 parents 7cb8471 + 0c2677e commit fe43311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-tools/build.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ test-shellcheck:
143143
@ ret=0; \
144144
if ! command -v docker; then \
145145
echo "skipped, no Docker"; \
146-
return 0; \
146+
exit 0; \
147147
fi; \
148148
for dir in $(abspath $(TEST_SHELLCHECK_DIRS)); do \
149149
echo; \
150150
echo "$$dir:"; \
151151
./release-tools/verify-shellcheck.sh "$$dir" || ret=1; \
152152
done; \
153-
return $$ret
153+
exit $$ret

0 commit comments

Comments
 (0)