mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
[CLEANUP] Removed command for directory creation
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
if [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||||
mvn -U package
|
mvn -U package
|
||||||
mkdir -p $TRAVIS_BUILD_DIR/target/apidocs/zips/
|
|
||||||
else
|
else
|
||||||
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
|
mvn -Dbuild.version="-RC-$TRAVIS_BUILD_ID" -U package
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user