diff --git a/entrypoint.sh b/entrypoint.sh index 5fbbb0a..a5a7495 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,12 +1,13 @@ #!/bin/bash -set -ex +set -e + +trap 'echo "An error occurred. Exiting..."; exit 1;' ERR echo "Install and Running Appium Server V2 as a Background process" sudo npm install -g appium@next appium driver install xcuitest appium driver install espresso -appium driver install flutter appium -v appium --log appium.log &>/dev/null &