diff --git a/hack/ci/Makefile b/hack/ci/Makefile index 07664dbe..af679193 100644 --- a/hack/ci/Makefile +++ b/hack/ci/Makefile @@ -26,4 +26,4 @@ create-k3d: ## Create k3d with kyma CRDs. .PHONY: install-k3d-tools install-k3d-tools: ## Create k3d with kyma CRDs. - curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG=${K3D_VERSION} bash + curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash