Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lucaspinto/44ccb6fd6b48292b496e9954fc31c3e9 to your computer and use it in GitHub Desktop.
Save lucaspinto/44ccb6fd6b48292b496e9954fc31c3e9 to your computer and use it in GitHub Desktop.
Concourse Pipeline Resource
resources:
- name: resource-name
type: git
source:
uri: git@github.com:orga/project.git
branch: master
private_key: {{git-private-key}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment