fdyjhtyj
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Failing after 9s
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-07 21:29:37 -07:00
parent 4862be1f17
commit 53c15a28c0

View File

@@ -29,6 +29,14 @@ jobs:
- name: Prepare output directory - name: Prepare output directory
run: mkdir -p output run: mkdir -p output
echo "PWD = $(pwd)"
ls -ld output
docker run --rm -v "$(pwd)/output":/output busybox sh -c "echo hello > /output/testfile.txt"
ls output/
cat output/testfile.txt
- name: Clean workspace tarballs before build - name: Clean workspace tarballs before build
run: | run: |
echo "[INFO] Cleaning old tarballs..." echo "[INFO] Cleaning old tarballs..."
@@ -48,8 +56,8 @@ jobs:
-v "${pwd}/output":/output \ -v "${pwd}/output":/output \
-e VERSION="$version" \ -e VERSION="$version" \
fithwum/debian-$version-base \ fithwum/debian-$version-base \
bash -eux /scripts/bootstrap-rootfs.sh "$version" bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\""
# /scripts/bootstrap-rootfs.sh # bash -eux /scripts/bootstrap-rootfs.sh "$version"
done done
- name: Check output folder permissions - name: Check output folder permissions