make ci work for branch, too

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@392479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2006-04-08 04:43:24 +00:00
parent ed406fed1e
commit fb99d2faba
1 changed files with 5 additions and 1 deletions

4
ci.sh
View File

@ -179,7 +179,11 @@ fi
mkdir -p $DEPLOY_DIR > /dev/null 2>&1
if [ -f $DIR/maven-components/maven-cli ]; then
cp $DIR/maven-components/maven-cli/target/*.tar.gz $DEPLOY_DIR/$DIST
else
cp $DIR/maven-components/maven-core/target/*.tar.gz $DEPLOY_DIR/$DIST
fi
else