From 9cc53cf8d9806ba0e2ed5d16f94548dc91bf5d8f Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Sat, 20 Sep 2014 15:42:05 +0200 Subject: [PATCH] [Project] removed bootstrapping from MSE building --- li.strolch.dev/buildMSE.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/li.strolch.dev/buildMSE.sh b/li.strolch.dev/buildMSE.sh index 82f2023f8..9be608c40 100755 --- a/li.strolch.dev/buildMSE.sh +++ b/li.strolch.dev/buildMSE.sh @@ -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