diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 11e1e01..00e4ca3 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -204,7 +204,7 @@ jobs: - name: Clone upload repo run: | GIT_CREDENTIAL="${{ secrets.GIT_TOKEN || secrets.GIT_PASSWORD }}" - git clone --depth=1 "https://${{ env.GIT_USERNAME }}:${GIT_CREDENTIAL}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo + git clone --depth=3 "https://${{ env.GIT_USERNAME }}:${GIT_CREDENTIAL}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo - name: Copy generated changelogs into repo run: | @@ -251,7 +251,6 @@ jobs: exit 1 fi - - name: Generate build-info.json files run: | human_size() {