Skip to content

Commit

Permalink
test: verify that 'release-tools' subtree is clean
Browse files Browse the repository at this point in the history
We don't want to allow local modifications in the subtree. Everything
should go to the csi-release-tools repo first.
  • Loading branch information
pohly committed Jan 23, 2019
1 parent 9132a01 commit f28c6b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.make
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f28c6b6

Please sign in to comment.