Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 28s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:55:18 +00:00
parent 5fb92608d2
commit e86e7287be

View File

@@ -26,9 +26,9 @@ jobs:
# tags: "git.vanespen.dev/evanespen/blog:latest" # tags: "git.vanespen.dev/evanespen/blog:latest"
- name: Setup Kubectl - name: Setup Kubectl
run: | run: |
env
mkdir ~/.kube mkdir ~/.kube
export KUBECONFIG=${{ secrets.KUBECONFIG }} export KUBECONFIG=${{ secrets.KUBECONFIG }}
env
echo "$KUBECONFIG" > ~/.kube/config 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"