This script allows error handling during a CI
build.
It launches an SSH Agent, executes your custom commands and then stops the SSH Agent. In case of an error, the script and the Agent are immediately stopped.
./run.sh "all my commands"
/!\ Note the quotes around the commands to run /!\