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:
parent
b417ffad5a
commit
cf584d8b8f
@ -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)"
|
||||
|
||||
|
@ -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)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user