fix: review-poll.sh writes log to read-only mount
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
LOGFILE pointed to SCRIPT_DIR (inside the ro disinto mount). Use DISINTO_LOG_DIR which points to writable /home/agent/data/logs/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
02dd03eaaf
commit
0762ab73ff
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ REPO_ROOT="${PROJECT_REPO_ROOT}"
|
||||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||||
|
|
||||||
API_BASE="${FORGE_API}"
|
API_BASE="${FORGE_API}"
|
||||||
LOGFILE="$SCRIPT_DIR/review.log"
|
LOGFILE="${DISINTO_LOG_DIR}/review/review-poll.log"
|
||||||
MAX_REVIEWS=3
|
MAX_REVIEWS=3
|
||||||
REVIEW_IDLE_TIMEOUT=14400 # 4h: kill review session if idle
|
REVIEW_IDLE_TIMEOUT=14400 # 4h: kill review session if idle
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue