Skip to content

Commit

Permalink
Merge branch 'main' into fix-virtual-repo-upstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
romancin authored Feb 26, 2024
2 parents ed767a8 + a9cc060 commit 6985718
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ steps:
- 'TF_VAR_org_id=$_ORG_ID'
- 'TF_VAR_folder_id=$_FOLDER_ID'
- 'TF_VAR_billing_account=$_BILLING_ACCOUNT'
- id: simple-example-init
- id: init
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestSimpleExample --stage init --verbose']
- id: simple-example-apply
args: ['/bin/bash', '-c', 'cft test run TestDockerRepoCreation --stage init --verbose']
- id: apply
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestSimpleExample --stage apply --verbose']
- id: simple-example-verify
args: ['/bin/bash', '-c', 'cft test run TestDockerRepoCreation --stage apply --verbose']
- id: verify
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestSimpleExample --stage verify --verbose']
- id: simple-example-teardown
args: ['/bin/bash', '-c', 'cft test run TestDockerRepoCreation --stage verify --verbose']
- id: teardown
name: 'gcr.io/cloud-foundation-cicd/$_DOCKER_IMAGE_DEVELOPER_TOOLS:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
args: ['/bin/bash', '-c', 'cft test run TestSimpleExample --stage teardown --verbose']
args: ['/bin/bash', '-c', 'cft test run TestDockerRepoCreation --stage teardown --verbose']
tags:
- 'ci'
- 'integration'
Expand Down

0 comments on commit 6985718

Please sign in to comment.