From 2d4486e78f40a18ee418fb9b7f4c6c7467ab4805 Mon Sep 17 00:00:00 2001 From: Granville Schmidt <1246157+gramidt@users.noreply.github.com> Date: Mon, 25 Jan 2021 01:18:52 -0700 Subject: [PATCH] Fixed testing image from being used in non-test artifacts (fixes #170) (#171) Signed-off-by: Granville Schmidt <1246157+gramidt@users.noreply.github.com> Resolves Issue: #170 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ecf371437..9af4b85f5b 100644 --- a/Makefile +++ b/Makefile @@ -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: