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.
This commit is contained in:
Patrick Ohly
2019-01-23 14:52:09 +01:00
parent 9132a016e9
commit f28c6b60aa

View File

@@ -112,3 +112,9 @@ test-fmt:
gofmt -d $$files; \
false; \
fi
.PHONY: test-subtree
test: test-subtree
test-subtree:
@ echo; echo $@
./release-tools/verify-subtree.sh release-tools