Skip to content

Commit

Permalink
[INLONG-6510][Docker] Exclude ck sql file for docker audit (#6513)
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzhang committed Nov 11, 2022
1 parent 88ba6d5 commit c1b1ce4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inlong-distribution/src/main/assemblies/release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c1b1ce4

Please sign in to comment.