5 lines
59 B
Bash
5 lines
59 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -u -e -o pipefail
|
||
|
|
||
|
bazel build ...
|