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