mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Spencer <email@spalger.com> Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
a900693f03
commit
e5ff4e2959
3 changed files with 3 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -63,7 +63,7 @@ npm-debug.log*
|
|||
.vagrant
|
||||
|
||||
## @cypress/snapshot from apm plugin
|
||||
snapshots.js
|
||||
/snapshots.js
|
||||
|
||||
# release notes script output
|
||||
report.csv
|
||||
|
|
2
packages/kbn-pm/dist/index.js
vendored
2
packages/kbn-pm/dist/index.js
vendored
|
@ -48471,7 +48471,7 @@ async function runBazelCommandWithRunner(bazelCommandRunner, bazelArgs, offline
|
|||
});
|
||||
|
||||
if (offline) {
|
||||
bazelArgs.push('--config=offline');
|
||||
bazelArgs = [...bazelArgs, '--config=offline'];
|
||||
}
|
||||
|
||||
const bazelProc = Object(_child_process__WEBPACK_IMPORTED_MODULE_4__["spawn"])(bazelCommandRunner, bazelArgs, bazelOpts);
|
||||
|
|
|
@ -30,7 +30,7 @@ async function runBazelCommandWithRunner(
|
|||
};
|
||||
|
||||
if (offline) {
|
||||
bazelArgs.push('--config=offline');
|
||||
bazelArgs = [...bazelArgs, '--config=offline'];
|
||||
}
|
||||
|
||||
const bazelProc = spawn(bazelCommandRunner, bazelArgs, bazelOpts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue