Skip to content

Commit e851357

Browse files
authored
ci: Skip maven-dependency-plugin in ci (#166)
related: apache/dolphinscheduler#17223
1 parent a999364 commit e851357

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ jobs:
200200
./mvnw -B clean install \
201201
-Dmaven.test.skip=true \
202202
-Dspotless.skip=true \
203-
-Pdocker,staging -Ddocker.tag=ci
203+
-Pdocker,staging \
204+
-Ddocker.tag=ci \
205+
-Danalyze.skip=true
204206
- name: Set up Python
205207
uses: actions/setup-python@v4
206208
with:

0 commit comments

Comments
 (0)