Skip to content

Commit

Permalink
Removed binary licenses check
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ctds committed Dec 5, 2023
1 parent 7473ef7 commit af1fa8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
run: |
mvn -B -T 1C -ntp -Pcore-modules,-main clean install -DskipTests -Dlicense.skip=true -Drat.skip=true -Dcheckstyle.skip=true
- name: Check binary licenses
run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz
# - name: Check binary licenses
# run: src/check-binary-license.sh ./distribution/server/target/apache-pulsar-*-bin.tar.gz

- name: Install gh-actions-artifact-client.js
uses: apache/pulsar-test-infra/gh-actions-artifact-client/dist@master
Expand Down

0 comments on commit af1fa8f

Please sign in to comment.