Skip to content

Commit

Permalink
chore(NA): fixes a typo on persist_bazel_cache.sh comment (#114943)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored Oct 14, 2021
1 parent 5647de3 commit 423b0e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/scripts/common/persist_bazel_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ source .buildkite/scripts/common/util.sh
KIBANA_BUILDBUDDY_CI_API_KEY=$(retry 5 5 vault read -field=value secret/kibana-issues/dev/kibana-buildbuddy-ci-api-key)
export KIBANA_BUILDBUDDY_CI_API_KEY

# overwrites the file checkout .bazelrc file with the one intended for CI env
cp "$KIBANA_DIR/src/dev/ci_setup/.bazelrc-ci" "$KIBANA_DIR/.bazelrc"

###
### append auth token to buildbuddy into "$HOME/.bazelrc";
### append auth token to buildbuddy into "$KIBANA_DIR/.bazelrc";
###
echo "# Appended by .buildkite/scripts/persist_bazel_cache.sh" >> "$KIBANA_DIR/.bazelrc"
echo "build --remote_header=x-buildbuddy-api-key=$KIBANA_BUILDBUDDY_CI_API_KEY" >> "$KIBANA_DIR/.bazelrc"

0 comments on commit 423b0e8

Please sign in to comment.