Skip to content

Commit

Permalink
Apply executable file permissions to py scripts. (apache#12852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- authored and dlg99 committed Nov 23, 2021
1 parent 628b81d commit edf8f4b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-license.yaml
Expand Up @@ -86,4 +86,4 @@ jobs:

- name: license check
if: ${{ steps.check_changes.outputs.docs_only != 'true' }}
run: src/check-binary-license ./distribution/server/target/apache-pulsar-*-bin.tar.gz
run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz
2 changes: 1 addition & 1 deletion distribution/io/pom.xml
Expand Up @@ -111,7 +111,7 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>${project.basedir}/../../src/pulsar-io-gen</executable>
<executable>${project.basedir}/../../src/pulsar-io-gen.sh</executable>
<outputFile>${project.basedir}/target/pulsar-io-gen.output</outputFile>
<arguments>
<argument>conf</argument>
Expand Down
1 change: 1 addition & 0 deletions src/assembly-source-package.xml
Expand Up @@ -90,6 +90,7 @@
<outputDirectory>/src</outputDirectory>
<includes>
<include>*.sh</include>
<include>*.py</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit edf8f4b

Please sign in to comment.