Skip to content

Commit

Permalink
chore(NA): sync last changes on ci setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 4, 2021
1 parent 2c467cd commit 4267ea0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/dev/ci_setup/.bazelrc-ci.common
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
# Don't be spammy in the logs
build --noshow_progress

# Print all the options that apply to the build.
# build --announce_rc

# More details on failures
build --verbose_failures=true
2 changes: 1 addition & 1 deletion src/dev/ci_setup/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ echo "build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY"
### make sure bazelisk is installed on CI
###
bazeliskVersion=$(head -n 1 "$KIBANA_DIR/.bazeliskversion")
yarn global add "@bazel/bazelisk@${bazeliskVersion}"
npm install -g "@bazel/bazelisk@${bazeliskVersion}"

export CI_ENV_SETUP=true

0 comments on commit 4267ea0

Please sign in to comment.