Skip to content

Commit

Permalink
Update Debian platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus committed Jul 17, 2019
1 parent b27f06f commit d6a766f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ workflows:
# Test Kitchen
- kitchen/dokken-single:
suite: global
name: global-debian-8
name: global-debian-9
requires:
*lint_and_unit
- kitchen/dokken-single:
suite: global
name: global-debian-9
name: global-debian-10
requires:
*lint_and_unit
- kitchen/dokken-single:
Expand Down
4 changes: 2 additions & 2 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ verifier:
platforms:
- name: debian-8
driver:
image: dokken/debian-8
image: dokken/debian-9
pid_one_command: /sbin/init
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install sudo -y

- name: debian-9
driver:
image: dokken/debian-9
image: dokken/debian-10
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ platforms:
- name: centos-6
- name: centos-7
- name: fedora-latest
- name: debian-8
- name: debian-9
- name: debian-10
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: opensuse-leap
Expand Down

0 comments on commit d6a766f

Please sign in to comment.