Skip to content

Commit

Permalink
Remove build-context from make fixtures (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi authored Oct 15, 2024
1 parent 55dc1e9 commit 1a0acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a0acee

Please sign in to comment.