This is an automated email from the ASF dual-hosted git repository.
linlin pushed a commit to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.8 by this push:
new dcbb38c Fixing permissions of scripts used to deploy docker images
(#11951)
dcbb38c is described below
commit dcbb38c12ff8d7465be04db2e279090dc3533d96
Author: Massimiliano Mirelli <[email protected]>
AuthorDate: Fri Dec 3 16:48:00 2021 +0200
Fixing permissions of scripts used to deploy docker images (#11951)
---
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>