We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c8b41 commit d81b284Copy full SHA for d81b284
ci/build.sh
@@ -76,11 +76,9 @@ elif [ "$RDBMS" == "informix" ]; then
76
goal="-Pdb=informix"
77
fi
78
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.
+# Disable checkstyle
82
#if [ -n "$goal" ]; then
83
-# goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
+goal="$goal -x checkstyleMain -DPOPULATE_REMOTE=true"
84
#fi
85
86
function logAndExec() {
0 commit comments