chore: remove debug commands
Some checks failed
push / build (push) Has been cancelled

This commit is contained in:
张泊明518370910136 2025-09-21 06:14:39 -07:00
parent 87b54dd2c7
commit 65ea63f6ad
GPG Key ID: CA088E6D9284F870

View File

@ -72,12 +72,8 @@ EOF
GITEA_ORG_NAME=$org_name GITEA_ORG_NAME=$org_name
GITEA_ACCESS_TOKEN=$TEAPOT_GITEA_TOKEN GITEA_ACCESS_TOKEN=$TEAPOT_GITEA_TOKEN
EOF EOF
whoami
pwd
ls -lha
ls -lha /tmp
if ! (cd /tmp && 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" >&2
exit 1 exit 1
fi fi
else else