Skip to content

Commit

Permalink
fix kubectl version command (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebAijaz authored Oct 30, 2024
1 parent b6212a7 commit a09e0f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
run: |
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl"
sudo install ./kubectl /usr/local/bin/ && rm kubectl
kubectl version --short --client
kubectl version --short --client | grep -q ${KUBERNETES_VERSION}
kubectl version --client=true
- name: Install Kind
run: |
Expand Down

0 comments on commit a09e0f5

Please sign in to comment.