修复 runner token 清理路径
test / python (pull_request) Successful in 15s
test / shell (pull_request) Failing after 17s

This commit is contained in:
2026-09-18 18:13:48 +00:00
parent f3a199e7ba
commit 523ccbae2f
+2 -1
View File
@@ -23,7 +23,8 @@ while (( SECONDS < deadline )); do
curl --fail --silent --show-error --retry 10 --retry-all-errors \
--connect-timeout 2 --max-time 30 \
"$GITEA_RUNNER_REGISTRATION_TOKEN_URL" >"$token_file"
exec /usr/local/bin/run.sh
/usr/local/bin/run.sh
exit $?
fi
sleep 1
done