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

jackxu2011 pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 30e5dac05 change docker scripts file format (#3513)
30e5dac05 is described below

commit 30e5dac05c7fb4ddec37bcaf6ba0257c0ce91eb5
Author: aiceflower <[email protected]>
AuthorDate: Fri Sep 23 11:16:32 2022 +0800

    change docker scripts file format (#3513)
---
 linkis-dist/src/main/assembly/distribution.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/linkis-dist/src/main/assembly/distribution.xml 
b/linkis-dist/src/main/assembly/distribution.xml
index c35b34410..ba7928066 100644
--- a/linkis-dist/src/main/assembly/distribution.xml
+++ b/linkis-dist/src/main/assembly/distribution.xml
@@ -46,6 +46,16 @@
             <lineEnding>unix</lineEnding>
         </fileSet>
 
+        <fileSet>
+            <directory>docker/</directory>
+            <outputDirectory>docker</outputDirectory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+            <fileMode>0755</fileMode>
+            <lineEnding>unix</lineEnding>
+        </fileSet>
+
         <fileSet>
             <directory>package/</directory>
             <outputDirectory>linkis-package</outputDirectory>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to