mirror of https://github.com/apache/maven.git
it's a duhrectory!
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@392492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb99d2faba
commit
e6c0d4695b
2
ci.sh
2
ci.sh
|
@ -179,7 +179,7 @@ fi
|
|||
|
||||
mkdir -p $DEPLOY_DIR > /dev/null 2>&1
|
||||
|
||||
if [ -f $DIR/maven-components/maven-cli ]; then
|
||||
if [ -d $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
|
||||
|
|
Loading…
Reference in New Issue