Skip to content

Commit da96367

Browse files
committed
Upgrade linting image
1 parent 28c085b commit da96367

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build/int.cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ tags:
3838
- 'integration'
3939
substitutions:
4040
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
41-
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.0.1'
41+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.1.0'

build/lint.cloudbuild.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@
1313
# limitations under the License.
1414

1515
steps:
16-
- name: 'gcr.io/cloud-foundation-cicd/cft/developer-tools:0.0.1'
16+
- name: 'gcr.io/cloud-foundation-cicd/cft/developer-tools:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
1717
id: 'lint'
1818
args: ['/usr/local/bin/test_lint.sh']
1919
tags:
2020
- 'ci'
2121
- 'lint'
22+
substitutions:
23+
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
24+
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.1.0'

0 commit comments

Comments
 (0)