Skip to content

Instantly share code, notes, and snippets.

@emazzotta
Created May 29, 2017 23:57
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 emazzotta/f14f4a94ba9a28cf3d53767fa1b3f1d6 to your computer and use it in GitHub Desktop.
Save emazzotta/f14f4a94ba9a28cf3d53767fa1b3f1d6 to your computer and use it in GitHub Desktop.
# 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