Skip to content

Commit e46dff5

Browse files
authored
more buildkite fixes (#1045)
* fix * fix2
1 parent 798d97f commit e46dff5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.buildkite/secure_pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
echo "openssl md5 | cut -d' ' -f2" > .local/bin/md5
3030
chmod +x .local/bin/md5
3131
32-
BAZEL_BUILD_FLAGS+=(--jobs ${nproc})
32+
BAZEL_BUILD_FLAGS+=(--jobs \${nproc})
3333
3434
if [ "{{matrix.os}}" == "macos" ]; then
3535
export MACOSX_DEPLOYMENT_TARGET=11.3
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)