This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch 2.0.5-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.5-release by this push:
     new 7b66774  Add python gateway property file to bin tarball (#8664)
7b66774 is described below

commit 7b66774b3169cfb337ee493dddf2448077a75648
Author: Jiajie Zhong <[email protected]>
AuthorDate: Wed Mar 2 18:23:09 2022 +0800

    Add python gateway property file to bin tarball (#8664)
---
 dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml 
b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
index 8cc15fb..4fd8a14 100644
--- a/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
+++ b/dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml
@@ -118,6 +118,7 @@
             <includes>
                 <include>**/*.yaml</include>
                 <include>**/*.xml</include>
+                <include>**/*.properties</include>
             </includes>
             <outputDirectory>conf</outputDirectory>
         </fileSet>

Reply via email to