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 28c085b commit da96367Copy full SHA for da96367
build/int.cloudbuild.yaml
@@ -38,4 +38,4 @@ tags:
38
- 'integration'
39
substitutions:
40
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
41
- _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.0.1'
+ _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '0.1.0'
build/lint.cloudbuild.yaml
@@ -13,9 +13,12 @@
13
# limitations under the License.
14
15
steps:
16
-- name: 'gcr.io/cloud-foundation-cicd/cft/developer-tools:0.0.1'
+- name: 'gcr.io/cloud-foundation-cicd/cft/developer-tools:$_DOCKER_TAG_VERSION_DEVELOPER_TOOLS'
17
id: 'lint'
18
args: ['/usr/local/bin/test_lint.sh']
19
tags:
20
- 'ci'
21
- 'lint'
22
+substitutions:
23
+ _DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
24
0 commit comments