From 681c4ffc4007519bfb74d2bb408537f1eb5ff2c8 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Sun, 11 May 2025 11:59:09 +0300 Subject: [PATCH] fix pipeline --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 27aa6fb..a212e8e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: Install Helm run: | curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash - snap install task --classic + sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin - name: Write kubeconfig run: | echo "${{ secrets.KUBECONFIG }}" > kubeconfig