Skip to content

Commit 50b8415

Browse files
committed
Add sleep step to wait for APIs to be propogated
1 parent cc2eb3f commit 50b8415

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: 'sleep60'
25+
name: 'ubuntu'
26+
args: ['sleep', '60']
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)