Skip to content

Commit

Permalink
fix(makefile): fix helm-integration-test-latest bug (#361)
Browse files Browse the repository at this point in the history
Because

- the `helm-integration-test-latest` script has bug

This commit

- fix `helm-integration-test-latest` bug
  • Loading branch information
donch1989 authored Sep 26, 2023
1 parent bd8543f commit 1db4632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1db4632

Please sign in to comment.