chef-boneyard / delivery-truck

DEPRECATED: Delivery build cb for pipelines
Apache License 2.0
36 stars 52 forks source link

JSON examples for config.json are incorrectly formatted #18

Closed ricardolupo closed 8 years ago

ricardolupo commented 8 years ago

For example, for the publish phase, the last } is missing a command. The example should read as the following: { "version": "2", "build_cookbook": { "path": ".delivery/build-cookbook", "name": "build-cookbook" }, "delivery-truck": { "publish": { "chef_server": true } }, }