This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new e3b21af559 use Maven no transfer progress (#12617)
e3b21af559 is described below
commit e3b21af55901a4b9007931a40ffb0e3b96920070
Author: sullis <[email protected]>
AuthorDate: Mon Mar 11 17:09:32 2024 -0700
use Maven no transfer progress (#12617)
---
.github/workflows/scripts/.pinot_linter.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/scripts/.pinot_linter.sh
b/.github/workflows/scripts/.pinot_linter.sh
index 90dd8a7d69..ca74747ee4 100755
--- a/.github/workflows/scripts/.pinot_linter.sh
+++ b/.github/workflows/scripts/.pinot_linter.sh
@@ -26,8 +26,8 @@ ifconfig
netstat -i
-mvn license:check || exit 1
-mvn checkstyle:check || exit 1
-mvn spotless:check || exit 1
-mvn enforcer:enforce || exit 1
+mvn -B -ntp license:check || exit 1
+mvn -B -ntp checkstyle:check || exit 1
+mvn -B -ntp spotless:check || exit 1
+mvn -B -ntp enforcer:enforce || exit 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]