Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 31s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 31s
This commit is contained in:
@@ -27,9 +27,7 @@ jobs:
|
||||
- name: Setup Kubectl
|
||||
run: |
|
||||
mkdir ~/.kube
|
||||
echo > ~/.kube/config << EOF
|
||||
${{ secrets.KUBECONFIG }}
|
||||
EOF
|
||||
echo "$KUBECONFIG" > ~/.kube/config
|
||||
cat ~/.kube/config
|
||||
# curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||
# install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
|
||||
|
||||
Reference in New Issue
Block a user