From 006292912bfb9275e384572e57bd477fe187bec0 Mon Sep 17 00:00:00 2001 From: Lucas Dupont Date: Sun, 3 May 2026 08:56:57 +0000 Subject: [PATCH] Actualiser .gitea/workflows/deploy.yaml --- .gitea/workflows/deploy.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e489499..57a7ec6 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -51,13 +51,8 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-custom steps: - - name: Install yq - run: | - wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64 - chmod +x /usr/local/bin/yq - - name: Checkout ArgoCD repo uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: