Skip to content

Commit f28c6b6

Browse files
committed
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.
1 parent 9132a01 commit f28c6b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.make

+6
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,9 @@ test-fmt:
112112
gofmt -d $$files; \
113113
false; \
114114
fi
115+
116+
.PHONY: test-subtree
117+
test: test-subtree
118+
test-subtree:
119+
@ echo; echo $@
120+
./release-tools/verify-subtree.sh release-tools

0 commit comments

Comments
 (0)