From 73430a0fe9582f28b31a442a2992d451286d6283 Mon Sep 17 00:00:00 2001 From: phil Date: Tue, 5 Nov 2024 13:07:41 +0100 Subject: [PATCH] CI: clean --- .forgejo/workflows/build.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 344de1d..75fffe2 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -53,10 +53,6 @@ jobs: - name: Build package (transpile ts => js) run: ng build - #- name: Git unshallow - get all history from Git to get the tag for the computation of the version - # if: ${{ inputs.build }} - # run: git pull --unshallow - - name: Build container if: fromJSON(steps.builder.outputs.run) uses: actions/buildah-build@v1