From d1a4aebfed9b2f441d06f88dd99bbec3e751b2b6 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 8 Jul 2025 05:57:43 -0700 Subject: [PATCH] hjghfjfghjghj --- .gitea/workflows/base-build.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index e3b4e14..e87e5c8 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -34,12 +34,6 @@ jobs: fithwum/debian-bullseye-base \ bash -c "ls -lah /output" - - - name: Prepare output directory - run: | - OUTPUT_DIR="/mnt/host-output/${GITEA_REPOSITORY##*/}/output" - mkdir -p "$OUTPUT_DIR" - - name: Check host output run: | ls -lah /mnt/host-output @@ -55,7 +49,8 @@ jobs: - name: Build all Debian rootfs versions sequentially run: | versions=($VERSIONS) - OUTPUT_DIR="/mnt/host-output/${GITEA_REPOSITORY##*/}/output" + export OUTPUT_DIR="/mnt/host-output" + mkdir -p "$OUTPUT_DIR" for version in "${versions[@]}"; do echo "[INFO] Building $version..."