From f9f687aaf64d680cb1dff6bcb3a0f5512151da79 Mon Sep 17 00:00:00 2001 From: VR Date: Sun, 22 Jun 2025 01:07:39 +0100 Subject: [PATCH] fixin --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index adadd63..a209128 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -30,7 +30,7 @@ jobs: with: name: content - name: Install kubectl - run: curl -LO https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl && chmod +x kubectl + run: curl -LO https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl && chmod +x kubectl && mv kubectl /usr/bin - name: Set up cluster access run: mkdir ~/.kube && echo $K8S_CONF > ~/.kube/config - name: Get target pods's name