From d2fbd38cd16abf92c8d06149a2b8eebe1e8b4554 Mon Sep 17 00:00:00 2001 From: Jintao Zhang Date: Mon, 25 Jul 2022 09:40:58 +0800 Subject: [PATCH] Revert "fix: test-runner prow build" (#8865) This reverts commit 423008b75282616413b743321d60d3a9557a570e. --- images/test-runner/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/test-runner/Makefile b/images/test-runner/Makefile index aa63287b4..0f2b72bad 100644 --- a/images/test-runner/Makefile +++ b/images/test-runner/Makefile @@ -23,7 +23,7 @@ REGISTRY ?= local IMAGE = $(REGISTRY)/e2e-test-runner -NGINX_BASE_IMAGE ?= $(shell cat $(DIR)/../../NGINX_BASE || cat "/home/prow/go/src/github.com/kubernetes/ingress-nginx/NGINX_BASE") +NGINX_BASE_IMAGE ?= $(shell cat $(DIR)/../../NGINX_BASE) # required to enable buildx export DOCKER_CLI_EXPERIMENTAL=enabled @@ -34,8 +34,6 @@ OUTPUT= PROGRESS=plain build: ensure-buildx - echo $(NGINX_BASE_IMAGE) - pwd docker buildx build \ --platform=${PLATFORMS} $(OUTPUT) \ --progress=$(PROGRESS) \