From 53c15a28c0662156904298d0342766c352ca6e47 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 7 Jul 2025 21:29:37 -0700 Subject: [PATCH] fdyjhtyj --- .gitea/workflows/base-build.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index b0125b8..3d1ea2d 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -28,6 +28,14 @@ jobs: - name: Prepare output directory 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 run: | @@ -48,8 +56,8 @@ jobs: -v "${pwd}/output":/output \ -e VERSION="$version" \ fithwum/debian-$version-base \ - bash -eux /scripts/bootstrap-rootfs.sh "$version" - # /scripts/bootstrap-rootfs.sh + bash -c "ls -lh /output; ls -lh /; ls -lh /builder; /scripts/bootstrap-rootfs.sh \"$version\"" + # bash -eux /scripts/bootstrap-rootfs.sh "$version" done - name: Check output folder permissions