-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on the stale branch: adec8e4 Delivery CLI: https://docs.chef.io/delivery_cli.html#delivery-local Inspired by the default testing process that Chef uses for their cookbooks. See https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD Chef Delivery enforces single-cookbook repositories and is thus not applicable for this cookbook currently located under `cookbooks/cwb-server`
- Loading branch information
Showing
4 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[local_phases] | ||
unit = "chef exec rspec spec/" | ||
lint = "chef exec cookstyle" | ||
syntax = "chef exec foodcritic . --exclude spec -f any # -t \"~FC064\" -t \"~FC065\"" | ||
provision = "chef exec kitchen create" | ||
deploy = "chef exec kitchen converge" | ||
smoke = "chef exec kitchen verify" | ||
cleanup = "chef exec kitchen destroy" |
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 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.