Skip to content

Commit

Permalink
archive creation should return an non-zero code on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendufresne committed Jul 25, 2017
1 parent 1ffecb8 commit 0171d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/steps/build/create_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ function do_create_archive
}

cd "$OLDPWD"

return ${return_code}
}
readonly -f "do_create_archive"

0 comments on commit 0171d20

Please sign in to comment.