Skip to content

Instantly share code, notes, and snippets.

@topherbullock
Created September 29, 2017 20:02
Show Gist options
  • Save topherbullock/ea0d0a51a9d9f6ecc652c8ffc59a5428 to your computer and use it in GitHub Desktop.
Save topherbullock/ea0d0a51a9d9f6ecc652c8ffc59a5428 to your computer and use it in GitHub Desktop.
resources:
- name: git-resource
type: git
source:
uri: https://github.com/topherbullock/git-repo-example
branch: master
jobs:
- name: hello-world
plan:
- task: say-hello
config:
platform: linux
image_resource:
type: docker-image
source: {repository: ubuntu}
run:
path: echo
args: ["Hello, world!"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment