From 65553485e42ffb7a664d49127e00eb55dca0c2aa Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 7 Jul 2025 16:56:32 -0700 Subject: [PATCH] fgdhfdghfdgh --- .gitea/workflows/base-build.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index 15ffaa1..e27c532 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -29,6 +29,7 @@ jobs: - name: Build all Debian rootfs versions sequentially run: | versions=($VERSIONS) + echo "[DEBUG] Build starting in $(pwd)" for version in "${versions[@]}"; do echo "[INFO] Building Debian $version rootfs..." @@ -54,9 +55,18 @@ jobs: exit 1 fi " + echo "[DEBUG] After run: host dir contents:" + ls -lh "./$version" || echo "[WARN] $version directory missing!" + echo "[DEBUG] After container, listing host $version folder:" + ls -lh "$version" echo "[INFO] Finished $version" done + - name: Print host working directory & contents + run: | + echo "Working dir: $(pwd)" + ls -R . + # for version in "${versions[@]}"; do # echo "[INFO] Building Debian $version rootfs..." # docker build --build-arg VERSION=$version -t fithwum/debian-$version-base .