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

eolivelli pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.9 by this push:
     new af5ce3f  Fixing permissions of scripts used to deploy docker images 
(#11951)
af5ce3f is described below

commit af5ce3fad347bca3027ddcbd466e79902a49f0d5
Author: Massimiliano Mirelli <[email protected]>
AuthorDate: Fri Dec 3 16:48:00 2021 +0200

    Fixing permissions of scripts used to deploy docker images (#11951)
    
    (cherry picked from commit caa068fb0b461a806bda8aa9b88dced47a00d158)
---
 src/assembly-source-package.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/assembly-source-package.xml b/src/assembly-source-package.xml
index 2677299..f31aadc 100644
--- a/src/assembly-source-package.xml
+++ b/src/assembly-source-package.xml
@@ -106,6 +106,7 @@
       <outputDirectory>/docker/pulsar/scripts</outputDirectory>
       <includes>
         <include>*.sh</include>
+        <include>*.py</include>
       </includes>
       <fileMode>0755</fileMode>
     </fileSet>

Reply via email to