Skip to content

Commit

Permalink
ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Jan 27, 2024
1 parent ffc3323 commit 7505b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
direnv allow
make kind-cluster
sudo kind create cluster -v7 --wait 1m --retain --config=$KINDCONFIG
sudo kind get kubeconfig --name cilium | tee $KUBECONFIG
sudo kind get kubeconfig --name kind | tee $KUBECONFIG
sudo chown -R $(id -u):$(id -g) $KUBECONFIG
# - id: wait-kind-ready
Expand Down

0 comments on commit 7505b5b

Please sign in to comment.