You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ja...@apache.org on 2022/09/23 03:16:37 UTC

[incubator-linkis] branch dev-1.3.0 updated: change docker scripts file format (#3513)

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 <ki...@sina.com>
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: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org