Skip to content

Commit a45ef7a

Browse files
committed
Add sleep to wait for API activation
1 parent 4b932fa commit a45ef7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/int.cloudbuild.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ steps:
2121
- 'TF_VAR_org_id=$_ORG_ID'
2222
- 'TF_VAR_folder_id=$_FOLDER_ID'
2323
- 'TF_VAR_billing_account=$_BILLING_ACCOUNT'
24+
- id: sleep
25+
name: 'ubuntu'
26+
args: ['sleep', '120s']
2427
- id: create
2528
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
2629
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']

0 commit comments

Comments
 (0)