Compare commits

...
Author SHA1 Message Date
ivanmkc 86577f3012 Added private pool to cloud build config 2022-01-13 18:23:52 -05:00
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}