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"
|
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
|
||||||
|
|
Loading…
Reference in New Issue