Skip to content

Instantly share code, notes, and snippets.

@emazzotta
Created May 29, 2017 23:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
# This an excerpt from shop.gocd.yaml
pipelines:
shop_build:
group: shop
label_template: "${shop_git[:8]}"
materials:
shop_git:
git: git@github.com:our-org/our-repo.git
stages:
- build:
jobs:
build:
tasks:
- exec:
command: make
arguments:
- test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment