From d4bd11a3dfad64025a6d47025cfd432539770210 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 10:56:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remove=20unnecessary=20se?= =?UTF-8?q?t=20up=20build=20environment=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 8b22c7d..3b0abc2 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -139,15 +139,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up build environment - run: | - echo "Build cache image: ${{ env.CI_REGISTRY }}/${{ env.GITEA_ORG }}/${{ env.GITEA_REPO }}-build-cache:${{ needs.build-cache.outputs.deps_hash }}" - echo "DEPS_HASH=${{ needs.build-cache.outputs.deps_hash }}" >> $GITHUB_ENV - - # Cache is guaranteed to be available since build-cache job succeeded - echo "✅ Using Docker build cache (guaranteed by build-cache job)" - echo "CACHE_AVAILABLE=true" >> $GITHUB_ENV - - name: Generate Swagger Docs run: go generate ./pkg/server