This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/dolphinscheduler-sdk-python.git
The following commit(s) were added to refs/heads/main by this push:
new e851357 ci: Skip maven-dependency-plugin in ci (#166)
e851357 is described below
commit e8513571aba5854775216a41e09728d9f848a406
Author: Jay Chung <[email protected]>
AuthorDate: Sat Jun 14 09:10:50 2025 +0800
ci: Skip maven-dependency-plugin in ci (#166)
related: apache/dolphinscheduler#17223
---
.github/workflows/ci.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4d281f6..e9ab2e5 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -200,7 +200,9 @@ jobs:
./mvnw -B clean install \
-Dmaven.test.skip=true \
-Dspotless.skip=true \
- -Pdocker,staging -Ddocker.tag=ci
+ -Pdocker,staging \
+ -Ddocker.tag=ci \
+ -Danalyze.skip=true
- name: Set up Python
uses: actions/setup-python@v4
with: