This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new 8eb9fb699 [INLONG-6510][Docker] Exclude ck sql file for docker audit (#6513) 8eb9fb699 is described below commit 8eb9fb6991b871d9756e6847846423521fedbc6c Author: Charles Zhang <dockerzh...@apache.org> AuthorDate: Fri Nov 11 17:08:25 2022 +0800 [INLONG-6510][Docker] Exclude ck sql file for docker audit (#6513) --- inlong-distribution/src/main/assemblies/release.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inlong-distribution/src/main/assemblies/release.xml b/inlong-distribution/src/main/assemblies/release.xml index 104180208..0cef9e1e7 100644 --- a/inlong-distribution/src/main/assemblies/release.xml +++ b/inlong-distribution/src/main/assemblies/release.xml @@ -174,6 +174,9 @@ <fileSet> <directory>../inlong-audit/audit-release/target/apache-inlong-audit-${project.version}-bin/sql</directory> <outputDirectory>../docker/docker-compose/sql</outputDirectory> + <excludes> + <exclude>apache_inlong_audit_clickhouse.sql</exclude> + </excludes> </fileSet> <!-- package sql file for docker compose--> <fileSet>