Skip to content

Commit 05c8305

Browse files
committed
delete build.sh
1 parent 997024f commit 05c8305

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/scripts/bazel_cmd.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
set -exou pipefail
4+
5+
CMD="/opt/bazel/bazelisk"
6+
7+
ARGS=$([ ${BAZEL_JOBS:-x} != x ] && echo --jobs=${BAZEL_JOBS})
8+
9+
${CMD} ${ARGS} ${@}

0 commit comments

Comments
 (0)