Skip to content
Snippets Groups Projects
Commit 2e418e05 authored by pablo_import's avatar pablo_import
Browse files

exit 1 if build failed

parent 4ae34798
Branches
Tags
No related merge requests found
......@@ -76,6 +76,7 @@ $eb_command
if [[ $? != 0 ]]; then
echo -e "\nBuild failed. Not deleting temp dir $TEMP_DIR"
exit 1
else
echo -e "\nBuild completed succesfully. Deleting temp dir $TEMP_DIR"
rm -fr $TEMP_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment