Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit e5ee7e4

Browse files
committed
Add DEFAULT_ROLE env var to build.yaml
1 parent 112e976 commit e5ee7e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ steps:
2828
- 'FLAMINGO_URL=${_URL}'
2929
- '--set-env-vars'
3030
- 'GIT_ACCESS_TOKEN=${_GIT_ACCESS_TOKEN}'
31+
- '--set-env-vars'
32+
- 'DEFAULT_ROLE=${_DEFAULT_ROLE}'
3133
- '--region=$_DEPLOY_REGION'
3234
- '--memory=${_MEMORY}Mi'
3335
- '--quiet'

0 commit comments

Comments
 (0)