Skip to content

Commit

Permalink
fixup! Fixed #368: Added Daily Certificate expiry check
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Feb 12, 2025
1 parent 89af5ac commit 45801fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kube_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl.sha256"
echo "$(cat kubectl.sha256) kubectl" | sha256sum --check
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
install -m 0755 kubectl /usr/local/bin/kubectl
kubectl version --client
- name: Install dependencies
run: pip install -r test-suite/requirements.txt
Expand Down

0 comments on commit 45801fc

Please sign in to comment.