commit | 0739a0cd17bbf80d0273686ac8c8b09505e48e6d | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Mar 03 17:16:46 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Mar 03 17:16:46 2019 -0800 |
tree | b100933f78bd819346e97474276667c4557e1fba | |
parent | 3a043cd636425e99b721419d44aa53ec9103feb3 [diff] |
Use -e in deploy.sh to catch failures earlier Change-Id: Iee1aff223e3dd8de302faab400052973e1e474e3
diff --git a/y2019/vision/tools/deploy.sh b/y2019/vision/tools/deploy.sh index 86cd49f..3c16b03 100755 --- a/y2019/vision/tools/deploy.sh +++ b/y2019/vision/tools/deploy.sh
@@ -1,4 +1,6 @@ #!/bin/sh +set -e + echo "Building executables" readonly BAZEL_OPTIONS="-c opt --cpu=armhf-debian" readonly BAZEL_BIN="$(bazel info ${BAZEL_OPTIONS} bazel-bin)"