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 a45ef7a commit 09f8be9Copy full SHA for 09f8be9
build/int.cloudbuild.yaml
@@ -22,8 +22,8 @@ steps:
22
- 'TF_VAR_folder_id=$_FOLDER_ID'
23
- 'TF_VAR_billing_account=$_BILLING_ACCOUNT'
24
- id: sleep
25
- name: 'ubuntu'
26
- args: ['sleep', '120s']
+ name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
+ args: ['/bin/bash', '-c', 'sleep 120']
27
- id: create
28
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
29
args: ['/bin/bash', '-c', 'source /usr/local/bin/task_helper_functions.sh && kitchen_do create']
0 commit comments