fgdhfdghfdgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m57s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 4m57s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
This commit is contained in:
@@ -64,7 +64,7 @@ jobs:
|
||||
- name: Check output folder permissions
|
||||
run: |
|
||||
ls -ld "${{ env.OUTPUT_DIR }}"
|
||||
ls -l "${{ env.OUTPUT_DIR }}"/*
|
||||
find "${{ env.OUTPUT_DIR }}" -type f -ls
|
||||
|
||||
- name: Check output folder on host
|
||||
run: |
|
||||
@@ -243,7 +243,13 @@ jobs:
|
||||
git clone "https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_TOKEN }}@gitea.fithwum.tech/fithwum/debian-base.git" upload-repo
|
||||
|
||||
- name: Copy checksum file into workspace
|
||||
run: cp ../sha256sums.txt upload-repo/
|
||||
run: |
|
||||
if [[ -f ../sha256sums.txt ]]; then
|
||||
cp ../sha256sums.txt upload-repo/
|
||||
else
|
||||
echo "[ERROR] sha256sums.txt missing!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Generate build-info.json per version
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user