leo65535 commented on a change in pull request #984:
URL: 
https://github.com/apache/incubator-seatunnel/pull/984#discussion_r780871814



##########
File path: .github/workflows/publish-docker.yaml
##########
@@ -61,7 +61,7 @@ jobs:
         env:
           MAVEN_OPTS: -Xmx2G -Xms2G
         run: |
-          ./mvnw -B clean deploy \
+          ./mvnw -T 16 -B clean deploy \

Review comment:
       `-T` is an unsafe option, I think we shouldn't use it in deploy command.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to