temporarily disable build-buddy

This commit is contained in:
spalger 2021-05-27 14:30:32 -07:00
parent 6df58dd7ca
commit a51b4a12e8
2 changed files with 2 additions and 2 deletions

View file

@ -48479,7 +48479,7 @@ async function runBazelCommandWithRunner(bazelCommandRunner, bazelArgs, offline
stdio: 'pipe'
});
if (offline) {
if (offline || !offline) {
bazelArgs = [...bazelArgs, '--config=offline'];
}

View file

@ -29,7 +29,7 @@ async function runBazelCommandWithRunner(
stdio: 'pipe',
};
if (offline) {
if (offline || !offline) {
bazelArgs = [...bazelArgs, '--config=offline'];
}