Skip to content

Commit

Permalink
Fix failing opensuse tests in Travis
Browse files Browse the repository at this point in the history
Use a tag that exists

Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Mar 15, 2019
1 parent 7469370 commit 2bd66d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ platforms:
- name: oraclelinux-6
- name: oraclelinux-7
- name: debian-8
- name: opensuse-42.2
- name: opensuse-42.3
driver:
image: opensuse:42.2
image: opensuse:42.3
# - name: arch
# driver:
# image: base/archlinux
Expand All @@ -45,7 +45,7 @@ suites:
driver:
build_context: false
- name: capabilities
excludes: [arch,fedora-latest,unknown,centos-7,centos-6,oraclelinux-6,oraclelinux-7,dockerfile,opensuse-42.2, amazonlinux-2]
excludes: [arch,fedora-latest,unknown,centos-7,centos-6,oraclelinux-6,oraclelinux-7,dockerfile,opensuse-42.3, amazonlinux-2]
driver:
provision_command:
- curl -L https://www.chef.io/chef/install.sh | bash
Expand Down

0 comments on commit 2bd66d4

Please # to comment.