From c853ddc7a736d1b5b637c00b1f5a7126990dc654 Mon Sep 17 00:00:00 2001 From: predix-adoption-bot Date: Wed, 13 Mar 2019 20:28:44 +0000 Subject: [PATCH] Release 1.1.235 --- bash/scripts/edge-starter-deploy.sh | 4 +++- version.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bash/scripts/edge-starter-deploy.sh b/bash/scripts/edge-starter-deploy.sh index b173ddd..6b2756f 100644 --- a/bash/scripts/edge-starter-deploy.sh +++ b/bash/scripts/edge-starter-deploy.sh @@ -112,13 +112,15 @@ function runEdgeStarterLocal() { echo "docker stack deploy --compose-file docker-compose-local.yml $APP_NAME" docker stack rm $APP_NAME + docker stack ls docker stack deploy --compose-file docker-compose-local.yml $APP_NAME echo "sleep for 60 seconds" sleep 60 docker stack ps $APP_NAME if [[ $(docker service ls -f "name=$APP_NAME" | grep 0/1 | wc -l) == "1" ]]; then docker service ls - echo 'Error: One of the $APP_NAME services did not launch. Try re-running again, maybe we did not give it enough time to come up. See the image github README for troubleshooting details.' + docker stack ps $APP_NAME + echo "Error: One of the $APP_NAME services did not launch. Try re-running again, maybe we did not give it enough time to come up. See the image github README for troubleshooting details." exit 1 else echo "Launched with" >> $SUMMARY_TEXTFILE diff --git a/version.json b/version.json index 231f5aa..194d6de 100755 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "name": "Predix Scripts", - "version": "1.1.231", + "version": "1.1.235", "private": true, "dependencies": {}, "author": "rishabhtulsian,swapnavad,susheelchoudhari"