mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02:00
Make the builder script error out when a command fails (#457)
This commit is contained in:
parent
7c3f685946
commit
cdcbe1311a
1 changed files with 2 additions and 0 deletions
|
@ -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>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue