Init
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
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
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
: "${KB_INTEGRATION_TOKEN:?set KB_INTEGRATION_TOKEN}"
|
||||
KB_URL=${KB_URL:-http://127.0.0.1:${KNOWLEDGE_HOST_PORT:-8081}}
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "usage: $0 proposal.json" >&2
|
||||
exit 2
|
||||
fi
|
||||
curl --fail-with-body -sS \
|
||||
-H "Authorization: Bearer $KB_INTEGRATION_TOKEN" \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-binary "@$1" \
|
||||
"$KB_URL/api/integrations/staging"
|
||||
printf '\n'
|
||||
Reference in New Issue
Block a user