Skip to content

Commit

Permalink
disable connector builder server (#19335)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Nov 11, 2022
1 parent 9eee819 commit 0373497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ include ':airbyte-worker-models'
if (!System.getenv().containsKey("SUB_BUILD") || System.getenv().get("SUB_BUILD") == "PLATFORM") {
include ':airbyte-bootloader'
include ':airbyte-config:specs'
include ':airbyte-connector-builder-server'
//include ':airbyte-connector-builder-server'
include ':airbyte-container-orchestrator'
include ':airbyte-cron'
include ':airbyte-metrics:reporter'
Expand Down

0 comments on commit 0373497

Please sign in to comment.