fix(ci): keep pipeline manifest valid

This commit is contained in:
Codex
2026-05-19 04:13:14 +00:00
parent 04795584ee
commit 69c406ed30
@@ -280,13 +280,13 @@ spec:
sleep 1
done
CQ_MGR_PORT="$(python3 - <<'PY'
import socket
s = socket.socket()
s.bind(("127.0.0.1", 0))
print(s.getsockname()[1])
s.close()
PY
)"
import socket
s = socket.socket()
s.bind(("127.0.0.1", 0))
print(s.getsockname()[1])
s.close()
PY
)"
DATABASE_URL="postgres://unidesk_ci:unidesk_ci_password@127.0.0.1:$CQ_MGR_DB_PORT/unidesk_ci" \
HOST=127.0.0.1 \
PORT="$CQ_MGR_PORT" \