1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 19:54:18 +00:00

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

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>"