Skip to content

Instantly share code, notes, and snippets.

@peterellisjones
Created January 21, 2019 19:26
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 peterellisjones/efff19504270712976ae02077caf61f6 to your computer and use it in GitHub Desktop.
Save peterellisjones/efff19504270712976ae02077caf61f6 to your computer and use it in GitHub Desktop.
jobs:
plan:
- task: say-hello
config:
platform: linux
image_resource:
type: docker-image
source:
repository: alpine
run:
path: echo
args:
- hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment