test build info update & changelog 4
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled

This commit is contained in:
2025-07-09 11:51:46 -07:00
parent e400eff275
commit eda845fb3b

View File

@@ -204,7 +204,7 @@ jobs:
- name: Clone upload repo - name: Clone upload repo
run: | run: |
GIT_CREDENTIAL="${{ secrets.GIT_TOKEN || secrets.GIT_PASSWORD }}" 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 - name: Copy generated changelogs into repo
run: | run: |
@@ -251,7 +251,6 @@ jobs:
exit 1 exit 1
fi fi
- name: Generate build-info.json files - name: Generate build-info.json files
run: | run: |
human_size() { human_size() {