Skip to content

Commit

Permalink
Fixed testing image from being used in non-test artifacts (fixes #170) (
Browse files Browse the repository at this point in the history
#171)

Signed-off-by: Granville Schmidt <1246157+gramidt@users.noreply.github.com>

Resolves Issue: #170
  • Loading branch information
gramidt authored Jan 25, 2021
1 parent e23224e commit 2d4486e
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 @@ -102,7 +102,7 @@ prepare-e2e: kuttl set-test-image-vars set-image-controller container
$(KUSTOMIZE) build config/crd -o tests/_build/crds/

set-test-image-vars:
IMG=local/opentelemetry-operator:e2e
$(eval IMG=local/opentelemetry-operator:e2e)

# Build the container image, used only for local dev purposes
container:
Expand Down

0 comments on commit 2d4486e

Please sign in to comment.