Merge pull request 'fix: fix: remove supervisor from agents container cron — cannot run without Docker access (#231)' (#233) from fix/issue-231 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
bbc8ec8031
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ FORGE_URL=http://forgejo:3000"
|
||||||
|
|
||||||
# Parse DISINTO_AGENTS env var (default: all agents)
|
# Parse DISINTO_AGENTS env var (default: all agents)
|
||||||
# Expected format: comma-separated list like "review,gardener" or "dev"
|
# 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"
|
local agents_to_run="review,dev,gardener"
|
||||||
if [ -n "${DISINTO_AGENTS:-}" ]; then
|
if [ -n "${DISINTO_AGENTS:-}" ]; then
|
||||||
agents_to_run="$DISINTO_AGENTS"
|
agents_to_run="$DISINTO_AGENTS"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue