Skip to content

Commit 2d65cf4

Browse files
author
Paulo Gomes
committed
build: Remove unused scripts
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 6921117 commit 2d65cf4

File tree

3 files changed

+1
-187
lines changed

3 files changed

+1
-187
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,10 @@ install-envtest: setup-envtest ## Download envtest binaries locally.
172172
help: ## Display this help menu
173173
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
174174

175-
update-attributions:
176-
./hack/update-attributions.sh
177-
178175
e2e:
179176
./hack/ci/e2e.sh
180177

181-
verify: update-attributions fmt vet manifests api-docs tidy
178+
verify: fmt vet manifests api-docs tidy
182179
@if [ ! "$$(git status --porcelain --untracked-files=no)" = "" ]; then \
183180
echo "working directory is dirty:"; \
184181
git --no-pager diff; \

hack/install-libraries.sh

Lines changed: 0 additions & 158 deletions
This file was deleted.

hack/update-attributions.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)