Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Test with Local Delivery instead of Rake
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Mar 1, 2017
1 parent 8dd1a2e commit 22d4b00
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 72 deletions.
1 change: 1 addition & 0 deletions .delivery/project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml"
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@ _yardoc
doc/
.idea

#chef stuff
# chef stuff
Berksfile.lock
.kitchen
.kitchen.local.yml
vendor/
.coverage/
.zero-knife.rb
Policyfile.lock.json
Cheffile.lock
.librarian/

#vagrant stuff
# vagrant stuff
.vagrant/
.vagrant.d/
.kitchen/
3 changes: 1 addition & 2 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ platforms:
- name: centos-7.3
- name: debian-7.11
- name: debian-8.6
- name: freebsd-9.3
- name: freebsd-10.3
- name: freebsd-11.0
- name: fedora-25
- name: opensuse-13.2
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-16.04
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ script:
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
- /opt/chefdk/bin/chef exec rake
- /opt/chefdk/bin/chef exec delivery local all
67 changes: 0 additions & 67 deletions Rakefile

This file was deleted.

0 comments on commit 22d4b00

Please sign in to comment.