Commit f28c6b60 by Patrick Ohly

test: verify that 'release-tools' subtree is clean

We don't want to allow local modifications in the subtree. Everything should go to the csi-release-tools repo first.
parent 9132a016
...@@ -112,3 +112,9 @@ test-fmt: ...@@ -112,3 +112,9 @@ test-fmt:
gofmt -d $$files; \ gofmt -d $$files; \
false; \ false; \
fi fi
.PHONY: test-subtree
test: test-subtree
test-subtree:
@ echo; echo $@
./release-tools/verify-subtree.sh release-tools
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