Skip to content

Instantly share code, notes, and snippets.

@xtreme-sameer-vohra
Last active September 18, 2020 21:21
Show Gist options
  • Save xtreme-sameer-vohra/287ae0856f2eda79e771621e136576b5 to your computer and use it in GitHub Desktop.
Save xtreme-sameer-vohra/287ae0856f2eda79e771621e136576b5 to your computer and use it in GitHub Desktop.
Concourse Sample Pipeline - Booklit
resources:
- name: booklit
type: git
source: {uri: "https://github.com/vito/booklit"}
jobs:
- name: unit
plan:
- get: booklit
trigger: true
- task: test
file: booklit/ci/test.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment