Skip to content
Snippets Groups Projects
Commit de77deb7 authored by Matt Miller's avatar Matt Miller
Browse files

Update the chef template with new paths

parent 71f2bc30
No related branches found
No related tags found
No related merge requests found
Pipeline #23825812 passed
Loading
Loading
@@ -14,20 +14,20 @@ spec:
---
 
include:
- local: cookstyle.yml
- local: chef-cookstyle.yml
inputs:
lint_stage: $[[ inputs.lint_stage ]]
 
- local: kitchen.yml
- local: chef-kitchen.yml
inputs:
prepare_stage: $[[ inputs.prepare_stage ]]
lint_stage: $[[ inputs.lint_stage ]]
integration_stage: $[[ inputs.integration_stage ]]
 
- local: rspec.yml
- local: chef-rspec.yml
inputs:
unit_stage: $[[ inputs.unit_stage ]]
 
- local: push-cookbook.yml
- local: chef-push-cookbook.yml
inputs:
publish_stage: $[[ inputs.publish_stage ]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment