From babeee595243e532b542bdf95a135038e5bdd4af Mon Sep 17 00:00:00 2001 From: Mike Dame Date: Tue, 15 Oct 2024 15:33:34 +0000 Subject: [PATCH] Remove build-context from make fixtures --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6605b0d64..aaccfaa99 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ fixtures/%: if [ -f ./internal/test/e2e/$(LIBRARY)/build.sh ]; then \ ./internal/test/e2e/$(LIBRARY)/build.sh; \ else \ - cd internal/test/e2e/$(LIBRARY) && docker build --build-context ../../../../ -t sample-app . ;\ + cd internal/test/e2e/$(LIBRARY) && docker build -t sample-app . ;\ fi kind create cluster kind load docker-image otel-go-instrumentation sample-app