fdghfdgh
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
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-rootfs-archives (push) Has been cancelled
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Has been cancelled
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-rootfs-archives (push) Has been cancelled
This commit is contained in:
@@ -55,32 +55,18 @@ jobs:
|
|||||||
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
|
bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
|
||||||
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
|
# bash -eux /scripts/bootstrap-rootfs.sh "$version"
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Verify tarball exists on host
|
- name: Ensure Unraid FS is synced
|
||||||
run: |
|
run: |
|
||||||
echo "[INFO] Verifying tarballs in ${{ env.OUTPUT_DIR }}"
|
sleep 2
|
||||||
find "${{ env.OUTPUT_DIR }}" -type f -name '*.tar.bz2' -exec ls -lh {} \;
|
sync
|
||||||
|
ls -lh "${{ env.OUTPUT_DIR }}"
|
||||||
|
|
||||||
- name: Check output folder permissions
|
- name: TEMP - List everything recursively
|
||||||
run: |
|
run: |
|
||||||
ls -ld "${{ env.OUTPUT_DIR }}"
|
echo "[DEBUG] Full tree of ${{ env.OUTPUT_DIR }}"
|
||||||
find "${{ env.OUTPUT_DIR }}" -type f -ls
|
find "${{ env.OUTPUT_DIR }}" -type f -ls
|
||||||
|
|
||||||
- name: Check output folder on host
|
|
||||||
run: |
|
|
||||||
echo "Host output folder contents:"
|
|
||||||
ls -R "${{ env.OUTPUT_DIR }}"
|
|
||||||
|
|
||||||
- name: Debug output folder
|
|
||||||
run: |
|
|
||||||
echo "Archives present in output:"
|
|
||||||
find "${{ env.OUTPUT_DIR }}" -name '*.tar.bz2' -exec ls -lh {} \;
|
|
||||||
|
|
||||||
- name: List output archives
|
|
||||||
run: |
|
|
||||||
echo "[INFO] Final archive list:"
|
|
||||||
find "${{ env.OUTPUT_DIR }}" -type f -name 'debian-*.tar.bz2'
|
|
||||||
|
|
||||||
- name: Validate that archives exist for each version
|
- name: Validate that archives exist for each version
|
||||||
run: |
|
run: |
|
||||||
for version in $VERSIONS; do
|
for version in $VERSIONS; do
|
||||||
|
|||||||
Reference in New Issue
Block a user