1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-30 06:38:13 +00:00

Bump git-init image to 0.13.2

This commit is contained in:
savitaashture 2020-06-22 19:01:40 +05:30 committed by tekton-robot
parent b417ffad5a
commit cf584d8b8f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ spec:
description: The git tree SHA that was obtained after batching all provided refs onto revision.
steps:
- name: clone
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.12.1
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.13.2
script: |
CHECKOUT_DIR="$(workspaces.output.path)/$(params.subdirectory)"

View File

@ -54,7 +54,7 @@ spec:
description: The precise commit SHA that was fetched by this Task
steps:
- name: clone
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.12.1
image: gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:v0.13.2
script: |
CHECKOUT_DIR="$(workspaces.output.path)/$(params.subdirectory)"