Vendor the external cookbooks
Knife-Zero doesn't include Berkshelf support, so vendoring everything in the repo is convenient again
This commit is contained in:
11
cookbooks/logrotate/Makefile
Normal file
11
cookbooks/logrotate/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all: delivery
|
||||
|
||||
travis: debug_version_info all
|
||||
|
||||
debug_version_info:
|
||||
/opt/chefdk/embedded/bin/chef --version
|
||||
/opt/chefdk/embedded/bin/cookstyle --version
|
||||
/opt/chefdk/embedded/bin/foodcritic --version
|
||||
|
||||
delivery:
|
||||
/opt/chefdk/bin/chef exec delivery local all
|
||||
Reference in New Issue
Block a user