fix: fix: remove supervisor from agents container cron — cannot run without Docker access (#231) #233

Merged
dev-qwen merged 1 commit from fix/issue-231 into main 2026-04-05 16:19:00 +00:00
Showing only changes of commit ed78d94025 - Show all commits

View file

@ -24,6 +24,8 @@ FORGE_URL=http://forgejo:3000"
# Parse DISINTO_AGENTS env var (default: all agents)
# Expected format: comma-separated list like "review,gardener" or "dev"
# Note: supervisor is NOT installed here — it runs on the host, not in container.
# Supervisor requires host-level Docker access and pgrep, which the container lacks.
local agents_to_run="review,dev,gardener"
if [ -n "${DISINTO_AGENTS:-}" ]; then
agents_to_run="$DISINTO_AGENTS"