init
This commit is contained in:
parent
b3f7373888
commit
4da8758bd3
@ -2,14 +2,14 @@ apiVersion: tekton.dev/v1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: git-clone-checkout
|
||||
labels:
|
||||
app.kubernetes.io/version: "0.9"
|
||||
annotations:
|
||||
tekton.dev/pipelines.minVersion: "0.38.0"
|
||||
tekton.dev/categories: Git
|
||||
tekton.dev/tags: git
|
||||
tekton.dev/displayName: "git clone and checkout"
|
||||
tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64"
|
||||
# labels:
|
||||
# app.kubernetes.io/version: "0.9"
|
||||
# annotations:
|
||||
# tekton.dev/pipelines.minVersion: "0.38.0"
|
||||
# tekton.dev/categories: Git
|
||||
# tekton.dev/tags: git
|
||||
# tekton.dev/displayName: "git clone and checkout"
|
||||
# tekton.dev/platforms: "linux/amd64,linux/s390x,linux/ppc64le,linux/arm64"
|
||||
spec:
|
||||
description: >-
|
||||
These Tasks are Git tasks to work with repositories used by other tasks
|
||||
|
Loading…
x
Reference in New Issue
Block a user