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
|
- name: Setup Kubectl
|
||||||
run: |
|
run: |
|
||||||
mkdir ~/.kube
|
mkdir ~/.kube
|
||||||
export KUBECONFIG='${{ secrets.KUBECONFIG }}'
|
echo '${{ secrets.KUBECONFIG }}' > ~/.kube/config
|
||||||
env
|
|
||||||
echo "$KUBECONFIG" > ~/.kube/config
|
|
||||||
cat ~/.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"
|
# 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
|
# install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
|
||||||
|
|||||||
Reference in New Issue
Block a user