From cf584d8b8f4ddeececf5b6b90e4640d21fec5651 Mon Sep 17 00:00:00 2001 From: savitaashture Date: Mon, 22 Jun 2020 19:01:40 +0530 Subject: [PATCH] Bump git-init image to 0.13.2 --- git/git-batch-merge.yaml | 2 +- git/git-clone.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git/git-batch-merge.yaml b/git/git-batch-merge.yaml index 8a1b6c8857..910590c569 100644 --- a/git/git-batch-merge.yaml +++ b/git/git-batch-merge.yaml @@ -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)" diff --git a/git/git-clone.yaml b/git/git-clone.yaml index b1d912800e..fec6095a8d 100644 --- a/git/git-clone.yaml +++ b/git/git-clone.yaml @@ -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)"