Skip to content

Commit 506637a

Browse files
committed
chore: removed tests
1 parent e86345c commit 506637a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,9 @@ steps:
2525
- 'TF_VAR_folder_id=$_FOLDER_ID'
2626
- 'TF_VAR_billing_account=$_BILLING_ACCOUNT'
2727

28-
- id: create all
29-
waitFor:
30-
- prepare
31-
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
32-
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
33-
3428
- id: init-all
3529
waitFor:
36-
- create all
30+
- prepare
3731
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
3832
args: ['/bin/bash', '-c', 'cft test run all --stage init --verbose']
3933

0 commit comments

Comments
 (0)