Skip to content

Commit

Permalink
Update tests/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: bduranleau-nr <[email protected]>
  • Loading branch information
TimPansino and bduranleau-nr authored May 23, 2024
1 parent 22b89fd commit e35bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ build-initcontainer: check-language-arg
minikube image build -t e2e/newrelic-${INITCONTAINER_LANGUAGE}-init:e2e src/${INITCONTAINER_LANGUAGE}/

# Build local test app image
.PHONY: build
.PHONY: build-testapp
build-testapp: check-language-arg
minikube image build -t e2e/test-app-${INITCONTAINER_LANGUAGE}:e2e tests/${INITCONTAINER_LANGUAGE}/

Expand Down

0 comments on commit e35bf08

Please sign in to comment.