From eb10b1f64240982b55472b985ac17b806d1bb6e5 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 21 Sep 2025 05:39:21 -0700 Subject: [PATCH] chore: debug log file --- bin/joj3-forge-convert | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/joj3-forge-convert b/bin/joj3-forge-convert index 53cd0c4..44d3268 100755 --- a/bin/joj3-forge-convert +++ b/bin/joj3-forge-convert @@ -72,6 +72,9 @@ EOF GITEA_ORG_NAME=$org_name GITEA_ACCESS_TOKEN=$TEAPOT_GITEA_TOKEN EOF + pwd + ls -lha + touch joint-teapot.log if ! joint-teapot joj3-check-gitea-token "$teapot_config_dir/teapot.env"; then echo "FATAL: TEAPOT_GITEA_TOKEN invalid, cannot get current Gitea user" >&2 exit 1