[Project] removed bootstrapping from MSE building

This commit is contained in:
Robert von Burg 2014-09-20 15:42:05 +02:00
parent ada9abb097
commit 9cc53cf8d9
1 changed files with 0 additions and 6 deletions

View File

@ -4,12 +4,6 @@ VERVEINE="/data/programs/verveinej/verveinej.sh"
DIST_STROLCH="/var/www/eitch/www.strolch.li/dist/snapshot"
## Prepare the environment
echo "INFO Bootstrapping..."
if ! ./bootstrap_https.sh ; then
echo "ERROR: Failed to boostrap!"
exit 1
fi
echo "INFO: Copying dependencies"
cd ..
mvn -DskipTests=true clean dependency:copy-dependencies