Skip to content

Instantly share code, notes, and snippets.

@cdbkr
Created November 25, 2019 10:06
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 cdbkr/b2dbd776b7dec27277ac04cbb4bd2017 to your computer and use it in GitHub Desktop.
Save cdbkr/b2dbd776b7dec27277ac04cbb4bd2017 to your computer and use it in GitHub Desktop.
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: nuxt-repo
spec:
type: git
params:
- name: revision
value: master
- name: url
value: https://github.com/cdbkr/nuxt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment