Skip to content

Commit

Permalink
Remove tools dir/refs
Browse files Browse the repository at this point in the history
It's no longer needed now that we're using bingo.

Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
  • Loading branch information
ncdc committed Jan 11, 2024
1 parent 6e201ec commit a0d250e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ export GO111MODULE = on

# Setup project-local paths and build settings
SHELL=/bin/bash
TOOLS_DIR=$(PWD)/tools
TOOLS_BIN_DIR=$(TOOLS_DIR)/bin
SCRIPTS_DIR=$(TOOLS_DIR)/scripts
export PATH := $(BUILD_DIR):$(TOOLS_BIN_DIR):$(SCRIPTS_DIR):$(PATH)
export PATH := $(BUILD_DIR):$(PATH)

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

.PHONY: clean
clean:
rm -rf $(TOOLS_BIN_DIR) $(BUILD_DIR)
rm -rf $(BUILD_DIR)
36 changes: 0 additions & 36 deletions tools/scripts/fetch

This file was deleted.

0 comments on commit a0d250e

Please sign in to comment.