Skip to content

Commit 4267ea0

Browse files
committed
chore(NA): sync last changes on ci setup env
1 parent 2c467cd commit 4267ea0

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/dev/ci_setup/.bazelrc-ci.common

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
# Don't be spammy in the logs
55
build --noshow_progress
66

7-
# Print all the options that apply to the build.
8-
# build --announce_rc
9-
107
# More details on failures
118
build --verbose_failures=true

src/dev/ci_setup/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ echo "build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY"
190190
### make sure bazelisk is installed on CI
191191
###
192192
bazeliskVersion=$(head -n 1 "$KIBANA_DIR/.bazeliskversion")
193-
yarn global add "@bazel/bazelisk@${bazeliskVersion}"
193+
npm install -g "@bazel/bazelisk@${bazeliskVersion}"
194194

195195
export CI_ENV_SETUP=true

0 commit comments

Comments
 (0)