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 e86345c commit 506637aCopy full SHA for 506637a
build/int.cloudbuild.yaml
@@ -25,15 +25,9 @@ steps:
25
- 'TF_VAR_folder_id=$_FOLDER_ID'
26
- 'TF_VAR_billing_account=$_BILLING_ACCOUNT'
27
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
-
34
- id: init-all
35
waitFor:
36
- - create all
+ - prepare
37
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
38
args: ['/bin/bash', '-c', 'cft test run all --stage init --verbose']
39
0 commit comments