File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ steps:
272272 args : ['/bin/bash', '-c', 'cft test run TestBetaCluster --stage teardown --verbose']
273273- id : apply gke-standard-cluster
274274 waitFor :
275- - teardown beta-cluster
275+ - init-all
276276 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
277277 args : ['/bin/bash', '-c', 'cft test run TestGKEStandardCluster --stage apply --verbose']
278278- id : verify gke-standard-cluster
@@ -287,7 +287,7 @@ steps:
287287 args : ['/bin/bash', '-c', 'cft test run TestGKEStandardCluster --stage teardown --verbose']
288288- id : apply gke-autopilot-cluster
289289 waitFor :
290- - teardown gke-standard-cluster
290+ - init-all
291291 name : ' gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
292292 args : ['/bin/bash', '-c', 'cft test run TestGKEAutopilotCluster --stage apply --verbose']
293293- id : verify gke-autopilot-cluster
You can’t perform that action at this time.
0 commit comments