We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43bcd8 commit 27db266Copy full SHA for 27db266
ci/build.sh
@@ -79,9 +79,9 @@ fi
79
# Only run checkstyle in the H2 build,
80
# so that CI jobs give a more complete report
81
# and developers can fix code style and non-H2 DB tests in parallel.
82
-if [ -n "$goal" ]; then
83
- goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
84
-fi
+#if [ -n "$goal" ]; then
+# goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
+#fi
85
86
function logAndExec() {
87
echo 1>&2 "Executing:" "${@}"
0 commit comments