Update the platforms we test on

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2018-05-25 22:53:05 -07:00
parent 7988a5c248
commit 9bd47ffd08
3 changed files with 1 additions and 11 deletions

View File

@@ -19,13 +19,6 @@ platforms:
image: dokken/amazonlinux image: dokken/amazonlinux
pid_one_command: /sbin/init pid_one_command: /sbin/init
- name: debian-7
driver:
image: dokken/debian-7
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: debian-8 - name: debian-8
driver: driver:
image: dokken/debian-8 image: dokken/debian-8

View File

@@ -14,8 +14,6 @@ platforms:
box: mvbcoding/awslinux box: mvbcoding/awslinux
- name: centos-6 - name: centos-6
- name: centos-7 - name: centos-7
- name: debian-7
run_list: apt::default
- name: debian-8 - name: debian-8
run_list: apt::default run_list: apt::default
- name: debian-9 - name: debian-9

View File

@@ -6,5 +6,4 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'stove'
gem 'community_cookbook_releaser' gem 'community_cookbook_releaser'