From 9e63ea444c97f5b3f96c5de2f38e476931a9ef51 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin <3679080+adr1enbe4udou1n@users.noreply.github.com> Date: Mon, 2 Jun 2025 23:30:23 +0200 Subject: [PATCH] init stage0 --- .gitea/workflows/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index a216bd0..71a4ac3 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -22,10 +22,6 @@ jobs: with: path: fetch key: ${{ hashFiles('src/fetch.py') }} - - name: Fetch stage0 - if: steps.cache-fetch.outputs.cache-hit != 'true' - run: | - python3 ./src/fetch.py stage0 - name: Build stage0 env: CONTAINER_REGISTRY: ${{ vars.CONTAINER_REGISTRY }}