File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,11 @@ steps:
2525 - ' TF_VAR_folder_id=$_FOLDER_ID'
2626 - ' TF_VAR_billing_account=$_BILLING_ACCOUNT'
2727
28- - id : create all
29- waitFor :
30- - prepare
31- name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
32- args : ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
33-
34- # ----- SUITE simple-composer-env-v2
28+ # ----- SUITE simple-composer-env-v2
3529
3630- id : init-simple-composer-env-v2
3731 waitFor :
38- - create all
32+ - prepare
3933 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
4034 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage init --verbose']
4135- id : apply-simple-composer-env-v2
5953
6054- id : init-composer-v2-sharedvpc-prereq
6155 waitFor :
62- - create all
56+ - prepare
6357 - destroy-simple-composer-env-v2
6458 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
6559 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage init --verbose']
8478
8579- id : init-simple-composer-env-v3
8680 waitFor :
87- - create all
81+ - prepare
8882 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8983 args : ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage init --verbose']
9084- id : apply-simple-composer-env-v3
You can’t perform that action at this time.
0 commit comments