From 2c6457c6f3f59ed9768bab277148c6093ef4de52 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 8 Jul 2025 06:02:49 -0700 Subject: [PATCH] fdghfdghfdgh --- .gitea/workflows/base-build.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 4e46ff9..cf72b00 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -36,7 +36,7 @@ jobs: - name: Check host output run: | - export OUTPUT_DIR="/mnt/host-output" + OUTPUT_DIR="/mnt/host-output" mkdir -p "$OUTPUT_DIR" ls -lah /mnt/host-output ls -lah /mnt/host-output/${GITEA_REPOSITORY##*}/output @@ -50,8 +50,8 @@ jobs: - name: Build all Debian rootfs versions sequentially run: | - export versions=($VERSIONS) - export OUTPUT_DIR="/mnt/host-output" + versions=($VERSIONS) + OUTPUT_DIR="/mnt/host-output" mkdir -p "$OUTPUT_DIR" for version in "${versions[@]}"; do @@ -66,6 +66,11 @@ jobs: # bash -eux /scripts/bootstrap-rootfs.sh "$version" done + - name: Verify tarball exists on host + run: | + find /mnt/host-output -type f -name '*.tar.bz2' -ls + du -sh /mnt/host-output/* + - name: Check output folder permissions run: | ls -ld output