HBASE-19038 precommit mvn install should run from root on patch
This commit is contained in:
parent
12f9398038
commit
723eb7c6ba
|
@ -84,9 +84,7 @@ function personality_modules
|
|||
|
||||
extra="-DHBasePatchProcess"
|
||||
|
||||
if [[ ${repostatus} == branch
|
||||
&& ${testtype} == mvninstall ]] ||
|
||||
[[ "${BUILDMODE}" == full ]];then
|
||||
if [[ ${testtype} == mvninstall ]] || [[ "${BUILDMODE}" == full ]]; then
|
||||
personality_enqueue_module . ${extra}
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue