From 47e7b0f22eb14324db6416d5b11103db22ba3af4 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Tue, 26 Sep 2023 15:19:10 +0800 Subject: [PATCH] fix(makefile): fix `helm-integration-test-latest` bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c84d217..9b090e7a 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ integration-test-release: ## Run integration test on the release VDP .PHONY: helm-integration-test-latest helm-integration-test-latest: ## Run integration test on the Helm latest for VDP - @make all EDITION=local-ce:test + @make build-latest @export TMP_CONFIG_DIR=$(shell mktemp -d) && docker run --rm \ -v ${HOME}/.kube/config:/root/.kube/config \ -v /var/run/docker.sock:/var/run/docker.sock \