Skip to content

Commit

Permalink
[E2E][Bug] Fix k8s-e2e (#15098)
Browse files Browse the repository at this point in the history
  • Loading branch information
Radeity authored Nov 1, 2023
1 parent c532fea commit d5f99cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
# install kubectl
curl -LO "https://dl.k8s.io/release/v1.28.3/bin/linux/amd64/kubectl"
sudo chmod +x kubectl /usr/local/bin/kubectl
sudo chmod +x kubectl
sudo mv kubectl /usr/local/bin/kubectl
# install kind
Expand Down

0 comments on commit d5f99cc

Please sign in to comment.