mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[kbn-pm] Link to documentation for Vault setup (#130341)
This commit is contained in:
parent
f08ca7d8b5
commit
ef7f28ea2f
2 changed files with 4 additions and 2 deletions
3
packages/kbn-pm/dist/index.js
vendored
3
packages/kbn-pm/dist/index.js
vendored
|
@ -56638,7 +56638,8 @@ async function setupRemoteCache(repoRootPath) {
|
|||
if (!(await isVaultAvailable())) {
|
||||
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] vault is not available, unable to setup remote cache settings.');
|
||||
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] building packages will work, but will be slower in many cases.');
|
||||
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] reach out to Operations if you need assistance with this.');
|
||||
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] use the following guide or reach out to Operations for assistance');
|
||||
_log__WEBPACK_IMPORTED_MODULE_4__["log"].info('[bazel_tools] https://github.com/elastic/infra/tree/master/docs/vault');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,8 @@ export async function setupRemoteCache(repoRootPath: string) {
|
|||
if (!(await isVaultAvailable())) {
|
||||
log.info('[bazel_tools] vault is not available, unable to setup remote cache settings.');
|
||||
log.info('[bazel_tools] building packages will work, but will be slower in many cases.');
|
||||
log.info('[bazel_tools] reach out to Operations if you need assistance with this.');
|
||||
log.info('[bazel_tools] use the following guide or reach out to Operations for assistance');
|
||||
log.info('[bazel_tools] https://github.com/elastic/infra/tree/master/docs/vault');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue