chore: debug log file
All checks were successful
push / build (push) Successful in 48s

This commit is contained in:
张泊明518370910136 2025-09-21 05:52:06 -07:00
parent e6a27d25d2
commit e943821d26
GPG Key ID: CA088E6D9284F870

View File

@ -77,7 +77,7 @@ EOF
ls -lha ls -lha
ls -lha .. ls -lha ..
touch joint-teapot.log touch joint-teapot.log
if ! joint-teapot joj3-check-gitea-token "$teapot_config_dir/teapot.env"; then if ! (cd /tmp && joint-teapot joj3-check-gitea-token "$teapot_config_dir/teapot.env"); then
echo "FATAL: TEAPOT_GITEA_TOKEN invalid, cannot get current Gitea user" >&2 echo "FATAL: TEAPOT_GITEA_TOKEN invalid, cannot get current Gitea user" >&2
exit 1 exit 1
fi fi