Make the builder script error out when a command fails (#457)

This commit is contained in:
Lai Jiang 2020-01-23 21:41:17 -05:00 committed by GitHub
parent 7c3f685946
commit cdcbe1311a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,8 @@
# artifacts for all services to a designated location, and then creates a
# tarball from there.
set -e
if [ $# -ne 2 ];
then
echo "Usage: $0 alpha|crash|sandbox|production|tool <destination>"