Skip to content

Commit

Permalink
use Maven no transfer progress
Browse files Browse the repository at this point in the history
"-B" is batch mode

"-ntp" is No Transfer Progress
  • Loading branch information
sullis committed Mar 11, 2024
1 parent b2689bc commit 39eb1ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scripts/.pinot_linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39eb1ac

Please sign in to comment.