Skip to content

Commit

Permalink
Release 1.1.235
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Mar 13, 2019
1 parent 3d98121 commit c853ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bash/scripts/edge-starter-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Predix Scripts",
"version": "1.1.231",
"version": "1.1.235",
"private": true,
"dependencies": {},
"author": "rishabhtulsian,swapnavad,susheelchoudhari"
Expand Down

0 comments on commit c853ddc

Please sign in to comment.