1
0
mirror of synced 2025-12-19 18:14:56 -05:00

chore: revert clickhouse build change. (#61581)

In response to #61570.

It looks like we publish images on merge to master even if version numbers are not bumped. I'm going to revert this for now and investigate.
This commit is contained in:
Davin Chia
2025-06-13 10:53:17 -07:00
committed by GitHub
parent 2c573f8e4e
commit 2bf99521b1
5 changed files with 0 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
plugins {
id 'application'
id 'airbyte-java-connector'
id "io.airbyte.gradle.docker"
id 'airbyte-connector-docker-convention'
}
airbyteJavaConnector {

View File

@@ -1,8 +1,6 @@
data:
ab_internal:
requireVersionIncrementsInPullRequests: false
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:2.0.2@sha256:f8e47304842a2c4d75ac223cf4b3c4117aa1c5c9207149369d296616815fe5b0
registryOverrides:
cloud:
enabled: false # strict encrypt connectors are deployed to Cloud by their non strict encrypt sibling.

View File

@@ -1,8 +1,6 @@
plugins {
id 'application'
id 'airbyte-java-connector'
id "io.airbyte.gradle.docker"
id 'airbyte-connector-docker-convention'
}
airbyteJavaConnector {

View File

@@ -1,6 +1,4 @@
data:
connectorBuildOptions:
baseImage: docker.io/airbyte/java-connector-base:2.0.2@sha256:f8e47304842a2c4d75ac223cf4b3c4117aa1c5c9207149369d296616815fe5b0
connectorSubtype: database
connectorType: destination
definitionId: ce0d828e-1dc4-496c-b122-2da42e637e48

View File

@@ -43,8 +43,6 @@ is_in_whitelist() {
case "$connector" in
destination-azure-blob-storage|\
destination-bigquery|\
destination-clickhouse-strict-encrypt|\
destination-clickhouse|\
destination-csv|\
destination-databricks|\
destination-dev-null|\