Skip to content

Commit 03b5776

Browse files
committed
build: add rbe_ubuntu1604-angular docker permissions
1 parent 903d44f commit 03b5776

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/BUILD.bazel

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ platform(
2626
name: "dockerAddCapabilities"
2727
value: "SYS_ADMIN"
2828
}
29+
properties: {
30+
name: "dockerNetwork"
31+
value: "standard"
32+
}
33+
properties: {
34+
name: "Pool"
35+
value: "default"
36+
}
2937
""",
3038
)
3139

0 commit comments

Comments
 (0)