Skip to content

Instantly share code, notes, and snippets.

@smford22
Last active February 16, 2017 00:18
Show Gist options
  • Save smford22/1ecd2728b1dd062bc404111151659f4b to your computer and use it in GitHub Desktop.
Save smford22/1ecd2728b1dd062bc404111151659f4b to your computer and use it in GitHub Desktop.
Workflow base config.json
{
"version": "2",
"build_cookbook": {
"name": "build_cookbook",
"path": ".delivery/build_cookbook"
},
"delivery-truck": {
"publish": {
"chef_server": true
}
},
"skip_phases": [
"lint",
"quality",
"security"
],
"job_dispatch": {
"version": "v2"
},
"dependencies": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment