Skip to content

Instantly share code, notes, and snippets.

@SugandhaAgrawal
Last active June 19, 2019 13:08
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 SugandhaAgrawal/bf4c476dc9e72f2b48f79f710520c74a to your computer and use it in GitHub Desktop.
Save SugandhaAgrawal/bf4c476dc9e72f2b48f79f710520c74a to your computer and use it in GitHub Desktop.
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: ow-git
spec:
type: git
params:
- name: revision
value: master
- name: url
value: https://github.com/apache/incubator-openwhisk-runtime-nodejs.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment