From 1db4632ff2548db58ead50ffce5f96f4eb8d2ea3 Mon Sep 17 00:00:00 2001 From: "Chang, Hui-Tang" Date: Tue, 26 Sep 2023 15:50:41 +0800 Subject: [PATCH] fix(makefile): fix `helm-integration-test-latest` bug (#361) Because - the `helm-integration-test-latest` script has bug This commit - 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 \