HBASE-22462 (addendum) Should run a 'mvn install' at the end of hadoop check in pre commit job
This commit is contained in:
parent
6b899ccbbc
commit
de579cd243
|
@ -591,8 +591,9 @@ function hadoopcheck_rebuild
|
|||
|
||||
logfile="${PATCH_DIR}/patch-install-after-hadoopcheck.txt"
|
||||
echo_and_redirect "${logfile}" \
|
||||
"$(maven_executor)" clean install \
|
||||
$(maven_executor) clean install \
|
||||
-DskipTests -DHBasePatchProcess
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue