You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/05 04:32:56 UTC

[GitHub] [incubator-seatunnel] CalvinKirs commented on a change in pull request #912: [WIP][License#905]check dependencies' binary licenses

CalvinKirs commented on a change in pull request #912:
URL: https://github.com/apache/incubator-seatunnel/pull/912#discussion_r778540174



##########
File path: .github/workflows/backend.yml
##########
@@ -61,3 +61,5 @@ jobs:
                  -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
       - name: Run Unit tests
         run: ./mvnw clean verify -B -Dmaven.test.skip=false -Dgpg.skip=true
+      - name: Check dependency license
+        run: sudo tools/dependencies/checkLicense.sh

Review comment:
       hi, this is because there is no permission, but I see that other projects seem to be able to do so. I am still looking for a problem, thank you for your comment. Currently this PR is still in WIP status, you can review it after I finish it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org