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 3b771542c1 [INLONG-9033][TubeMQ] Fix the tubectl script missing for 
packaging (#9527)
3b771542c1 is described below

commit 3b771542c1691f17a9d2c78ad5700d0f101f9545
Author: Charles Zhang <[email protected]>
AuthorDate: Wed Dec 27 17:19:31 2023 +0800

    [INLONG-9033][TubeMQ] Fix the tubectl script missing for packaging (#9527)
---
 inlong-tubemq/tubemq-server/src/main/assembly/assembly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-tubemq/tubemq-server/src/main/assembly/assembly.xml 
b/inlong-tubemq/tubemq-server/src/main/assembly/assembly.xml
index 4848e9e7fc..d536bc4b3b 100644
--- a/inlong-tubemq/tubemq-server/src/main/assembly/assembly.xml
+++ b/inlong-tubemq/tubemq-server/src/main/assembly/assembly.xml
@@ -50,7 +50,7 @@
         <fileSet>
             <directory>../bin</directory>
             <includes>
-                <include>*.*</include>
+                <include>**/*</include>
             </includes>
             <outputDirectory>bin</outputDirectory>
             <fileMode>0755</fileMode>

Reply via email to