Skip to content

Instantly share code, notes, and snippets.

@arashkaffamanesh
Created August 3, 2020 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arashkaffamanesh/1da23d5aafa5fc270cacb9544f86b423 to your computer and use it in GitHub Desktop.
Save arashkaffamanesh/1da23d5aafa5fc270cacb9544f86b423 to your computer and use it in GitHub Desktop.
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: git
spec:
type: git
params:
- name: revision
value: master
- name: url
value: https://github.com/arashkaffamanesh/node-js-tekton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment