This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 94e86d1 DRILL-7860: Suppress the transfer progress when downloading
in CI maven build (#2173)
94e86d1 is described below
commit 94e86d19407b0a66cfe432f45fb91a880eae4ea9
Author: luoc <[email protected]>
AuthorDate: Wed May 12 21:58:03 2021 +0800
DRILL-7860: Suppress the transfer progress when downloading in CI maven
build (#2173)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f141e3a..42bc8a3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Build and test
- run: mvn install -DdirectMemoryMb=4500 -DmemoryMb=1300
+ run: mvn install -V -ntp -DdirectMemoryMb=4500 -DmemoryMb=1300
checkstyle_protobuf:
name: Run checkstyle and generate protobufs