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:
@@ -1,8 +1,6 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
id 'airbyte-java-connector'
|
||||
id "io.airbyte.gradle.docker"
|
||||
id 'airbyte-connector-docker-convention'
|
||||
}
|
||||
|
||||
airbyteJavaConnector {
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
plugins {
|
||||
id 'application'
|
||||
id 'airbyte-java-connector'
|
||||
id "io.airbyte.gradle.docker"
|
||||
id 'airbyte-connector-docker-convention'
|
||||
}
|
||||
|
||||
airbyteJavaConnector {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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|\
|
||||
|
||||
Reference in New Issue
Block a user