Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
This commit is contained in:
@@ -27,9 +27,7 @@ jobs:
|
||||
- name: Setup Kubectl
|
||||
run: |
|
||||
mkdir ~/.kube
|
||||
export KUBECONFIG='${{ secrets.KUBECONFIG }}'
|
||||
env
|
||||
echo "$KUBECONFIG" > ~/.kube/config
|
||||
echo '${{ secrets.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