Skip to content

Commit 8305901

Browse files
committed
fix: added wait for create
1 parent 4f8dc9a commit 8305901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ steps:
130130
# Internal cross regional http load balancer with cloud-run
131131
- id: apply internal-lb-http
132132
waitFor:
133-
- init-all
133+
- create
134134
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
135135
args: ['/bin/bash', '-c', 'cft test run TestInternalLbCloudRun --stage apply --verbose']
136136
- id: verify internal-lb-http

0 commit comments

Comments
 (0)