File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,16 @@ steps:
4848 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
4949 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage destroy --verbose']
5050
51+ steps :
52+ - id : sleep-60-seconds
53+ name : ' gcr.io/cloud-builders/bash'
54+ args : ['-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']
5155
5256# ----- SUITE composer-v2-sharedvpc-prereq-local
5357
5458- id : init-composer-v2-sharedvpc-prereq
5559 waitFor :
56- - prepare
60+ - sleep-60-seconds
5761 - destroy-simple-composer-env-v2
5862 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
5963 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage init --verbose']
You can’t perform that action at this time.
0 commit comments