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 }}