We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80cbfc commit ade049aCopy full SHA for ade049a
.github/workflows/check-licensing.yml
@@ -44,6 +44,8 @@ jobs:
44
mvn clean deploy ${{ env.MVN_COMMON_OPTIONS }} -DskipTests \
45
-DaltDeploymentRepository=validation_repository::default::file:${{ env.MVN_VALIDATION_DIR }} \
46
| tee ${{ env.MVN_BUILD_OUTPUT_FILE }}
47
+ cd tools/ci/paimon-ci-tools
48
+ mvn clean install -DskipTests
49
50
- name: Check licensing
51
run: |
0 commit comments