Skip to content

Commit c3ed0d3

Browse files
committed
chore: updated build
1 parent 93e52ed commit c3ed0d3

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

build/int.cloudbuild.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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
@@ -59,7 +53,7 @@ steps:
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']
@@ -84,7 +78,7 @@ steps:
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

0 commit comments

Comments
 (0)