Skip to content

Commit a44706d

Browse files
committed
chore: fix build
1 parent 508958f commit a44706d

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

build/int.cloudbuild.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,23 @@ steps:
7070
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
7171
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage verify --verbose']
7272

73-
74-
- id: destroy-all
73+
- id: destroy-v2
7574
waitFor:
7675
- verify-simple-composer-env-v2
76+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
77+
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage verify --verbose']
78+
79+
- id: destroy-v2-sharedvpc-prereq
80+
waitFor:
7781
- verify-composer-v2-sharedvpc-prereq
82+
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
83+
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage verify --verbose']
84+
85+
- id: destroy-v3
86+
waitFor:
7887
- verify-simple-composer-env-v3
7988
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
80-
args: ['/bin/bash', '-c', 'cft test run all --stage destroy --verbose']
89+
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage verify --verbose']
8190

8291
tags:
8392
- 'ci'

0 commit comments

Comments
 (0)