CI: clean

This commit is contained in:
phil 2024-11-05 13:07:41 +01:00
parent 963d3437c0
commit 73430a0fe9

View file

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