ATLAS-3234: Add option in Precommit-Atlas to fail at end
This commit is contained in:
parent
8ada5d400e
commit
9f2e57f0d2
|
|
@ -603,6 +603,11 @@ buildAndInstall () {
|
|||
MVN_GOALS+=" -DskipITs"
|
||||
fi
|
||||
|
||||
if [[ $FAIL_AT_END == "true" ]]; then
|
||||
echo "Fail at end flag set to true."
|
||||
MVN_GOALS+=" --fail-at-end"
|
||||
fi
|
||||
|
||||
echo "$MVN $MVN_GOALS"
|
||||
$MVN $MVN_GOALS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue