Update scripts/gitops-dispatch.sh
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
CI Feature / Bats tests (push) Has been cancelled
CI Feature / Cucumber tests (push) Has been cancelled
CI Feature / Report Summary (push) Has been cancelled

This commit is contained in:
2026-06-22 11:19:46 +03:00
parent b9de1da855
commit e29a8968a4
+2
View File
@@ -12,6 +12,8 @@ echo "gitops-dispatch: validating env vars..."
: "${GITEA_API_URL:?}" : "${GITEA_API_URL:?}"
: "${GITEA_TOKEN:?}" : "${GITEA_TOKEN:?}"
TIMEOUT="${GITOPS_DISPATCH_TIMEOUT:-30}"
echo "gitops-dispatch: constructing inputs..." echo "gitops-dispatch: constructing inputs..."
INPUTS=$(jq -nc \ INPUTS=$(jq -nc \
--arg file "$GITOPS_FILE" \ --arg file "$GITOPS_FILE" \