Skip to content

Commit 41cdf28

Browse files
authored
Update .github/workflows/hubble-ci.yml
1 parent 4608d6a commit 41cdf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hubble-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
mvn install -pl hugegraph-client,hugegraph-loader -am -Dmaven.javadoc.skip=true -DskipTests -ntp
7171
cd hugegraph-hubble && ls *
72-
mvn package -DskipTests -X
72+
mvn -e package -Dmaven.javadoc.skip=true -ntp
7373
7474
- name: Prepare env and service
7575
run: |

0 commit comments

Comments
 (0)