mirror of https://github.com/apache/maven.git
o adding a check for presence on beaver. then folks can try this out
on their machines. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
848a7dd433
commit
ac307ad352
9
ci.sh
9
ci.sh
|
@ -146,9 +146,12 @@ BUILD_REQUIRED=`cat $HOME_DIR/build_required`
|
|||
|
||||
# Only send mail to the list if a build was required.
|
||||
|
||||
host=`hostname`
|
||||
|
||||
if [ "$BUILD_REQUIRED" = "true" ]
|
||||
then
|
||||
|
||||
/usr/sbin/sendmail -t < log
|
||||
|
||||
if [ "$hostname" = "beaver.codehaus.org" ]
|
||||
then
|
||||
/usr/sbin/sendmail -t < log
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue