Skip to content

Commit aa44cae

Browse files
authored
Update int.cloudbuild.yaml
1 parent dfa1957 commit aa44cae

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build/int.cloudbuild.yaml

+1-6
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,9 @@ steps:
167167
- verify-quota-project-example
168168
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
169169
args: ['/bin/bash', '-c', 'cft test run TestQuotaProject --stage destroy --verbose']
170-
- id: init-tags-project-example
171-
waitFor:
172-
- create-all
173-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
174-
args: ['/bin/bash', '-c', 'cft test run TestTagsProject --stage init --verbose']
175170
- id: apply-tags-project-example
176171
waitFor:
177-
- init-tags-project-example
172+
- init-all
178173
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
179174
args: ['/bin/bash', '-c', 'cft test run TestTagsProject --stage apply --verbose']
180175
- id: verify-tags-project-example

0 commit comments

Comments
 (0)