Strider-CD / strider-custom

Support for custom prepare, test and deploy phases in Strider
9 stars 7 forks source link

Ensure custom steps fail if any command fails #18

Closed michaelmior closed 9 years ago

michaelmior commented 9 years ago

This switches the shell to bash and passes the -x option to fail the step if any command fails. This can be ignored with the following

command || true

This should resolve https://github.com/Strider-CD/strider/issues/358