HBASE-19038 precommit mvn install should run from root on patch

This commit is contained in:
Mike Drob 2017-10-18 10:20:03 -05:00
parent 12f9398038
commit 723eb7c6ba
1 changed files with 1 additions and 3 deletions

View File

@ -84,9 +84,7 @@ function personality_modules
extra="-DHBasePatchProcess" extra="-DHBasePatchProcess"
if [[ ${repostatus} == branch if [[ ${testtype} == mvninstall ]] || [[ "${BUILDMODE}" == full ]]; then
&& ${testtype} == mvninstall ]] ||
[[ "${BUILDMODE}" == full ]];then
personality_enqueue_module . ${extra} personality_enqueue_module . ${extra}
return return
fi fi