From 6585a8aae51beefaa6aed2e33b6bdb79dc11f75b Mon Sep 17 00:00:00 2001 From: pedrohrfz Date: Tue, 28 Jan 2025 16:29:19 -0300 Subject: [PATCH] add connectors to stk context --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 332367d..9122aee 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -53,7 +53,7 @@ else echo "------------------------------------------------------------------------------------------" echo "---------------------------------------- Starting ----------------------------------------" echo "------------------------------------------------------------------------------------------" - echo "{\"outputs\": {\"created_repository\": \"$repo_url\"}}" > stk-local-context.json + echo "{\"outputs\": {\"created_repository\": \"$repo_url\"}, \"connectors\": []}" > stk-local-context.json bash script.sh result=$? if [[ "$debug" == "true" ]]; then