Skip to content

Commit 7e21f44

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ steps:
7575
- init-all
7676
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
7777
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage apply --verbose']
78-
- id: verify-simple-composer-env-v2
78+
- id: verify-simple-composer-env-v3
7979
waitFor:
8080
- apply-simple-composer-env-v3
8181
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
8282
args: ['/bin/bash', '-c', 'cft test run TestSimpleComposerEnvV2Module --stage verify --verbose']
83-
- id: destroy-simple-composer-env-v2
83+
- id: destroy-simple-composer-env-v3
8484
waitFor:
8585
- verify-simple-composer-env-v3
8686
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'

0 commit comments

Comments
 (0)