Unverified Commit 66177736 by Kubernetes Prow Robot Committed by GitHub

Merge pull request #13 from pohly/prow

prow enhancements
parents 95ae9de9 cda2fc58
...@@ -141,6 +141,10 @@ test: test-shellcheck ...@@ -141,6 +141,10 @@ test: test-shellcheck
test-shellcheck: test-shellcheck:
@ echo; echo "### $@:" @ echo; echo "### $@:"
@ ret=0; \ @ ret=0; \
if ! command -v docker; then \
echo "skipped, no Docker"; \
return 0; \
fi; \
for dir in $(abspath $(TEST_SHELLCHECK_DIRS)); do \ for dir in $(abspath $(TEST_SHELLCHECK_DIRS)); do \
echo; \ echo; \
echo "$$dir:"; \ echo "$$dir:"; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment