Merge pull request 'fix: fix: install_project_crons does not set PATH — claude not found in cron jobs (#366)' (#368) from fix/issue-366 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

This commit is contained in:
dev-bot 2026-04-07 17:44:01 +00:00
commit 83e92946d4

View file

@ -18,7 +18,8 @@ log() {
# Build crontab from project TOMLs and install for the agent user.
install_project_crons() {
local cron_lines="DISINTO_CONTAINER=1
local cron_lines="PATH=/usr/local/bin:/usr/bin:/bin
DISINTO_CONTAINER=1
USER=agent
FORGE_URL=http://forgejo:3000"