Skip to content

Commit ba7eb9c

Browse files
committed
chore: fix build
1 parent 7e21f44 commit ba7eb9c

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

build/int.cloudbuild.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ steps:
4343
- apply-simple-composer-env-v2
4444
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
4545
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage verify --verbose']
46-
- id: destroy-simple-composer-env-v2
47-
waitFor:
48-
- verify-simple-composer-env-v2
49-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
50-
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage destroy --verbose']
5146

5247
# ----- SUITE composer-v2-sharedvpc-prereq-local
5348

@@ -62,11 +57,6 @@ steps:
6257
- apply-composer-v2-sharedvpc-prereq
6358
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
6459
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage verify --verbose']
65-
- id: destroy-composer-v2-sharedvpc-prereq
66-
waitFor:
67-
- verify-composer-v2-sharedvpc-prereq
68-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
69-
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2SharedVpcModule --stage destroy --verbose']
7060

7161
# ----- SUITE simple-composer-env-v3
7262

@@ -80,11 +70,15 @@ steps:
8070
- apply-simple-composer-env-v3
8171
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8272
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage verify --verbose']
83-
- id: destroy-simple-composer-env-v3
73+
74+
75+
- id: destroy-all
8476
waitFor:
77+
- verify-simple-composer-env-v2
78+
- verify-composer-v2-sharedvpc-prereq
8579
- verify-simple-composer-env-v3
8680
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
87-
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage destroy --verbose']
81+
args: ['/bin/bash', '-c', 'cft test run all --stage destroy --verbose']
8882

8983
tags:
9084
- 'ci'

0 commit comments

Comments
 (0)