*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-06-20 02:12:24 +00:00
parent 9c84228237
commit 145e8ce7c2
1 changed files with 0 additions and 27 deletions

27
ci.sh
View File

@ -144,33 +144,6 @@ export CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
BUILD_REQUIRED=`cat $HOME_DIR/build_required` BUILD_REQUIRED=`cat $HOME_DIR/build_required`
## Build the verifier
(
echo
echo "Building the verifier ..."
echo
cd $DIR/maven-components/maven-core-it-verifier
mboot
) >> log 2>&1
(
cd $DIR/maven-components/maven-core-it
echo
echo "Running maven-core integration tests ..."
echo ""
./maven-core-it.sh
) >> log 2>&1
# Only send mail to the list if a build was required. # Only send mail to the list if a build was required.
if [ "$BUILD_REQUIRED" = "true" ] if [ "$BUILD_REQUIRED" = "true" ]