mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: never run buildifier in remote execution (#2261)
This commit is contained in:
parent
f399fe148b
commit
fbd75106ef
@ -40,6 +40,7 @@ buildifier_test(
|
||||
lint_warnings = ["all"],
|
||||
mode = "diff",
|
||||
no_sandbox = True,
|
||||
tags = ["no-remote-exec"],
|
||||
verbose = True,
|
||||
workspace = "//:WORKSPACE.bazel",
|
||||
)
|
||||
@ -49,6 +50,7 @@ buildifier(
|
||||
lint_mode = "fix",
|
||||
lint_warnings = ["all"],
|
||||
mode = "fix",
|
||||
tags = ["no-remote-exec"],
|
||||
verbose = True,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user