mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
temporarily disable build-buddy
This commit is contained in:
parent
6df58dd7ca
commit
a51b4a12e8
2 changed files with 2 additions and 2 deletions
2
packages/kbn-pm/dist/index.js
vendored
2
packages/kbn-pm/dist/index.js
vendored
|
@ -48479,7 +48479,7 @@ async function runBazelCommandWithRunner(bazelCommandRunner, bazelArgs, offline
|
|||
stdio: 'pipe'
|
||||
});
|
||||
|
||||
if (offline) {
|
||||
if (offline || !offline) {
|
||||
bazelArgs = [...bazelArgs, '--config=offline'];
|
||||
}
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ async function runBazelCommandWithRunner(
|
|||
stdio: 'pipe',
|
||||
};
|
||||
|
||||
if (offline) {
|
||||
if (offline || !offline) {
|
||||
bazelArgs = [...bazelArgs, '--config=offline'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue