Skip to content

Commit

Permalink
comment out 'wip suite'
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros87 committed Mar 1, 2017
1 parent 52ca3ba commit a54c2e3
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,25 @@ platforms:
default_answer: y

suites:

- name: wip # be prepared to work on https://github.com/gildegoma/chef-android-sdk/issues/14 (maven-android-sdk-deployer)
excludes:
- windows-2012R2
- mac_el_capitan
run_list:
- recipe[git]
- recipe[maven]
- recipe[android-sdk]
attributes:
android-sdk:
owner: vagrant
group: vagrant
components:
- build-tools-22.1.0
- android-22
- sysimg-22
java:
jdk_version: 7
## WIP
#- name: wip # be prepared to work on https://github.com/gildegoma/chef-android-sdk/issues/14 (maven-android-sdk-deployer)
# excludes:
# - windows-2012R2
# - mac_el_capitan
# run_list:
# - recipe[git]
# - recipe[maven]
# - recipe[android-sdk]
# attributes:
# android-sdk:
# owner: vagrant
# group: vagrant
# components:
# - build-tools-22.1.0
# - android-22
# - sysimg-22
# java:
# jdk_version: 7

- name: legacy
run_list:
Expand Down

0 comments on commit a54c2e3

Please sign in to comment.