Skip to content

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 <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 1, 2017
1 parent ffe0796 commit 8324373
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 72 deletions.
1 change: 1 addition & 0 deletions .delivery/project.toml
@@ -0,0 +1 @@
remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml"
2 changes: 1 addition & 1 deletion .kitchen.docker.yml → .kitchen.dokken.yml
Expand Up @@ -51,7 +51,7 @@ platforms:
image: fedora:latest
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN dnf -y install yum which systemd-sysv initscripts wget net-tools
- RUN dnf -y install which systemd-sysv initscripts wget net-tools

- name: ubuntu-14.04
driver:
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -35,10 +35,10 @@ before_script:
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version

script: KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}

matrix:
include:
- script:
- /opt/chefdk/bin/chef exec rake
- /opt/chefdk/bin/chef exec delivery local all
env: UNIT_AND_LINT=1
69 changes: 0 additions & 69 deletions Rakefile

This file was deleted.

0 comments on commit 8324373

Please sign in to comment.