Created
May 29, 2017 23:57
-
-
Save emazzotta/f14f4a94ba9a28cf3d53767fa1b3f1d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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