Skip to content

Commit dee6134

Browse files
authored
Fixed testing image from being used in non-test artifacts (fixes open-telemetry#170) (open-telemetry#171)
Signed-off-by: Granville Schmidt <1246157+gramidt@users.noreply.github.com> Resolves Issue: open-telemetry#170
1 parent 6028341 commit dee6134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ prepare-e2e: kuttl set-test-image-vars set-image-controller container
102102
$(KUSTOMIZE) build config/crd -o tests/_build/crds/
103103

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

107107
# Build the container image, used only for local dev purposes
108108
container:

0 commit comments

Comments
 (0)