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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user