fgdhfdghfdgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 5m15s
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:
2025-07-08 07:59:51 -07:00
parent 90d47db014
commit c68f7f1fd6

View File

@@ -56,24 +56,10 @@ jobs:
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
done
- name: Ensure Unraid FS is synced
run: |
sleep 2
sync
ls -lh "${{ env.OUTPUT_DIR }}"
- name: Print permissions of output dir
run: |
find "${{ env.OUTPUT_DIR }}" -type f -exec ls -lh {} \;
- name: TEMP - List everything recursively
run: |
echo "[DEBUG] Full tree of ${{ env.OUTPUT_DIR }}"
find "${{ env.OUTPUT_DIR }}" -type f -ls
- name: Validate that archives exist for each version
run: |
for version in $VERSIONS; do
IFS=' ' read -r -a versions <<< "$VERSIONS"
for version in "${versions[@]}"; do
path="${{ env.OUTPUT_DIR }}/$version/debian-$version.tar.bz2"
if [[ ! -f "$path" ]]; then
echo "[ERROR] Missing archive: $path"