Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 3f48265

Browse files
authored
Merge pull request #10 from brahmaroutu/fix_build
Removing subtree check as release tools no longer a git subtree but c…
2 parents 709c64d + f64715b commit 3f48265

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

Diff for: release-tools/build.make

-25
Original file line numberDiff line numberDiff line change
@@ -160,31 +160,6 @@ test-vendor:
160160
@ echo; echo "### $@:"
161161
@ ./release-tools/verify-vendor.sh
162162

163-
.PHONY: test-subtree
164-
test: test-subtree
165-
test-subtree:
166-
@ echo; echo "### $@:"
167-
./release-tools/verify-subtree.sh release-tools
168-
169-
# Components can extend the set of directories which must pass shellcheck.
170-
# The default is to check only the release-tools directory itself.
171-
TEST_SHELLCHECK_DIRS=release-tools
172-
.PHONY: test-shellcheck
173-
test: test-shellcheck
174-
test-shellcheck:
175-
@ echo; echo "### $@:"
176-
@ ret=0; \
177-
if ! command -v docker; then \
178-
echo "skipped, no Docker"; \
179-
exit 0; \
180-
fi; \
181-
for dir in $(abspath $(TEST_SHELLCHECK_DIRS)); do \
182-
echo; \
183-
echo "$$dir:"; \
184-
./release-tools/verify-shellcheck.sh "$$dir" || ret=1; \
185-
done; \
186-
exit $$ret
187-
188163
# Targets in the makefile can depend on check-go-version-<path to go binary>
189164
# to trigger a warning if the x.y version of that binary does not match
190165
# what the project uses. Make ensures that this is only checked once per

0 commit comments

Comments
 (0)