mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
[C++ API] script exits if a single command fails(#26344)
This commit is contained in:
parent
e31baebc4e
commit
857e51aadc
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
#Cause the script to exit if a single command fails.
|
||||
set -e
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE:-$0}")" || exit; pwd)"
|
||||
|
||||
bazel --nosystem_rc --nohome_rc build //:example
|
||||
|
|
Loading…
Add table
Reference in a new issue