File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ cp "$KIBANA_DIR/src/dev/ci_setup/.bazelrc-ci" "$KIBANA_DIR/.bazelrc"
1010# ##
1111# ## append auth token to buildbuddy into "$HOME/.bazelrc";
1212# ##
13- echo " # Appended by .buildkite/scripts/setup_bazel .sh" >> " $KIBANA_DIR /.bazelrc"
13+ echo " # Appended by .buildkite/scripts/persist_bazel_cache .sh" >> " $KIBANA_DIR /.bazelrc"
1414echo " build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY " >> " $KIBANA_DIR /.bazelrc"
Original file line number Diff line number Diff line change 33set -euo pipefail
44
55# Write Bazel cache for Linux
6- .buildkite/scripts/common/setup_bazel .sh
6+ .buildkite/scripts/common/persist_bazel_cache .sh
77
88.buildkite/scripts/bootstrap.sh
99.buildkite/scripts/build_kibana.sh
Original file line number Diff line number Diff line change 11# Used in the on-merge job to persist the Bazel cache to BuildBuddy
2- # from: .buildkite/scripts/common/setup_bazel .sh
2+ # from: .buildkite/scripts/common/persist_bazel_cache .sh
33
44import %workspace%/.bazelrc.common
55
You can’t perform that action at this time.
0 commit comments