We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc0165 commit ea19735Copy full SHA for ea19735
build/int.cloudbuild.yaml
@@ -44,11 +44,6 @@ steps:
44
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
45
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV3Module --stage verify --verbose']
46
47
-- id: destroy-all
48
- waitFor:
49
- - verify-simple-composer-env-v3
50
- name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
51
- args: ['/bin/bash', '-c', 'cft test run all --stage destroy --verbose']
52
53
tags:
54
- 'ci'
0 commit comments