Added private pool to cloud build config (#211)

This commit is contained in:
Ivan Cheung
2022-01-14 14:27:34 -05:00
committed by GitHub
parent b74dd3d576
commit 267684b7c3
2 changed files with 6 additions and 0 deletions
@@ -26,3 +26,6 @@ steps:
env:
- 'IS_TESTING=1'
timeout: 86400s
options:
pool:
name: ${_PRIVATE_POOL_NAME}
@@ -36,3 +36,6 @@ steps:
env:
- 'IS_TESTING=1'
timeout: 86400s
options:
pool:
name: ${_PRIVATE_POOL_NAME}