Skip to content

Commit e830392

Browse files
author
Tyler Smalley
committed
More explicit naming of script
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
1 parent 4b20d15 commit e830392

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/scripts/common/setup_bazel.sh renamed to .buildkite/scripts/common/persist_bazel_cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1414
echo "build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY" >> "$KIBANA_DIR/.bazelrc"

.buildkite/scripts/steps/on_merge_build_and_metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -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

src/dev/ci_setup/.bazelrc-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
import %workspace%/.bazelrc.common
55

0 commit comments

Comments
 (0)