We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997024f commit 05c8305Copy full SHA for 05c8305
src/scripts/bazel_cmd.sh
@@ -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