File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,10 @@ 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- - id : sleep-60-seconds
52- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
53- args : ['/bin/bash', '-c', 'echo "Waiting for a minute before next build" && sleep 60 && echo "Continuing after 60 seconds."']
54-
5551# ----- SUITE composer-v2-sharedvpc-prereq-local
5652
5753- id : init-composer-v2-sharedvpc-prereq
5854 waitFor :
59- - sleep-60-seconds
6055 - verify-simple-composer-env-v2
6156 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
6257 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage init --verbose']
8176
8277- id : init-simple-composer-env-v3
8378 waitFor :
84- - prepare
79+ - verify-composer-v2-sharedvpc-prereq
8580 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8681 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage init --verbose']
8782- id : apply-simple-composer-env-v3
You can’t perform that action at this time.
0 commit comments