adobe / adobeio-cna-starter-project

DEPRECATED - Please use https://github.com/adobe/aio-cli to manage your future apps!
https://adobe.io
Apache License 2.0
10 stars 8 forks source link

Fix non-zero exit code on script error #13

Closed moritzraho closed 5 years ago

moritzraho commented 5 years ago

Description

Return a non zero error code on error in scripts

Related Issue

Motivation and Context

Most scripts do not return a non zero error code, which leads to Travis false positives, leads to cmds combining scripts with && to execute the second script even if the first failed and so on ...

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: