From d133a0733c714ccfd3e6cfa6977614a4c547f70b Mon Sep 17 00:00:00 2001 From: Claudia Agache Date: Thu, 9 Jul 2020 18:22:53 +0300 Subject: [PATCH] start alfresco and change directory back to root --- scripts/startAlfresco.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/startAlfresco.sh b/scripts/startAlfresco.sh index 238ad32f87..6c93fb3112 100644 --- a/scripts/startAlfresco.sh +++ b/scripts/startAlfresco.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# fail script immediately on any errors in external commands and print the lines +set -ev cd $1 docker-compose up -d -cd ../.. +cd $TRAVIS_BUILD_DIR +ls