Skip to content

Commit 5702771

Browse files
committed
Skip maven-dependency-plugin in ci
related: apache/dolphinscheduler#17223 [run-it]
1 parent 03d399e commit 5702771

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)