mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 20:12:43 +00:00
help
This commit is contained in:
12
manifests/resources/git.yaml
Normal file
12
manifests/resources/git.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: tekton.dev/v1alpha1
|
||||
kind: PipelineResource
|
||||
metadata:
|
||||
name: git
|
||||
spec:
|
||||
type: git
|
||||
params:
|
||||
- name: revision
|
||||
value: master
|
||||
- name: url
|
||||
value: https://github.com/beppevanrolleghem/cicdTest
|
Reference in New Issue
Block a user