Skip to content

Commit a0d250e

Browse files
committed
Remove tools dir/refs
It's no longer needed now that we're using bingo. Signed-off-by: Andy Goldstein <[email protected]>
1 parent 6e201ec commit a0d250e

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ export GO111MODULE = on
2222

2323
# Setup project-local paths and build settings
2424
SHELL=/bin/bash
25-
TOOLS_DIR=$(PWD)/tools
26-
TOOLS_BIN_DIR=$(TOOLS_DIR)/bin
27-
SCRIPTS_DIR=$(TOOLS_DIR)/scripts
28-
export PATH := $(BUILD_DIR):$(TOOLS_BIN_DIR):$(SCRIPTS_DIR):$(PATH)
25+
export PATH := $(BUILD_DIR):$(PATH)
2926

3027
# bingo manages consistent tooling versions for things like kind, kustomize, etc.
3128
include .bingo/Variables.mk
@@ -82,4 +79,4 @@ release: $(GORELEASER)
8279

8380
.PHONY: clean
8481
clean:
85-
rm -rf $(TOOLS_BIN_DIR) $(BUILD_DIR)
82+
rm -rf $(BUILD_DIR)

tools/scripts/fetch

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

0 commit comments

Comments
 (0)