From 7e8cc3c71cf2889fdd4d7fbeec3def26133b7615 Mon Sep 17 00:00:00 2001 From: Catalin-George Hofnar <47508362+chofnar@users.noreply.github.com> Date: Fri, 18 Mar 2022 17:55:04 +0200 Subject: [PATCH] Exported PATH for notation (#470) Signed-off-by: Catalin Hofnar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6227af6f..85a1a6d4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ COMMIT ?= $(if $(shell git status --porcelain --untracked-files=no),$(COMMIT_HAS CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker) TMPDIR := $(shell mktemp -d) TOOLSDIR := hack/tools -PATH := bin:$(TOOLSDIR)/bin:$(PATH) +PATH := bin:$(shell pwd)/$(TOOLSDIR)/bin:$(PATH) STACKER := $(shell which stacker) GOLINTER := $(TOOLSDIR)/bin/golangci-lint NOTATION := $(TOOLSDIR)/bin/notation