Reomved unnecessary parameters

This commit is contained in:
Marcin Grzejszczak
2015-12-09 23:08:12 +01:00
parent e10a4ab1c5
commit 2f0b687ac1

View File

@@ -44,7 +44,7 @@ done
if [ "$success" = true ] ; then
echo "Successfully booted up all the apps. Proceeding with the acceptance tests"
bash -e runAcceptanceTests.sh -Dspring.zipkin.enabled=false -Dspring.cloud.zookeeper.maxRetries=5 -Dpresenting.url=$url:9091
bash -e runAcceptanceTests.sh
else
echo "Failed to boot the apps. Will now kill the containers and remove them"
fi