Some checks failed
release-tag / Resolve release metadata (push) Successful in 30s
release-tag / Build knowledge (push) Failing after 4m51s
release-tag / Build control (push) Failing after 5m0s
release-tag / Build agent (push) Failing after 5m0s
release-tag / Build agent-data-init (push) Failing after 5m5s
release-tag / Build neuroforge-worker (push) Failing after 5m7s
release-tag / Build neuroforge (push) Failing after 5m9s
5 lines
123 B
Bash
5 lines
123 B
Bash
#!/bin/sh
|
|
set -eu
|
|
PORT="${CONTROL_HOST_PORT:-8070}"
|
|
curl -fsS "http://127.0.0.1:${PORT}/api/status" | python3 -m json.tool
|