Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keskad committed Nov 25, 2023
1 parent a39c648 commit 19a8724
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 @@ -40,7 +40,7 @@ tools-install:

k3d: tools-install
(${SUDO} docker ps | grep k3d-${ENV_CLUSTER_NAME}-server-0 > /dev/null 2>&1) || ${SUDO} ./.build/k3d cluster create ${ENV_CLUSTER_NAME} --registry-create ${ENV_CLUSTER_NAME}-registry:0.0.0.0:5000 --agents 0
./.build/k3d kubeconfig merge ${ENV_CLUSTER_NAME}
mkdir -p ~/.k3d; path=$$(./.build/k3d kubeconfig merge ${ENV_CLUSTER_NAME}); cp $$path ~/.k3d/kubeconfig-${ENV_CLUSTER_NAME}.yaml

k3d-install-tekton:
export KUBECONFIG=~/.k3d/kubeconfig-${ENV_CLUSTER_NAME}.yaml; \
Expand Down

0 comments on commit 19a8724

Please sign in to comment.