Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 5f522c3

Browse files
committed
Add tools bin to path for e2e testing's sake
Signed-off-by: Chris Privitere <[email protected]>
1 parent e039523 commit 5f522c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ CURL_RETRIES=3
4545
ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
4646
TOOLS_DIR := hack/tools
4747
TOOLS_BIN_DIR := $(abspath $(TOOLS_DIR)/bin)
48+
PATH := $(TOOLS_BIN_DIR):$(PATH)
4849
BIN_DIR := $(abspath $(ROOT_DIR)/bin)
4950
GO_INSTALL = ./scripts/go_install.sh
5051

0 commit comments

Comments
 (0)