Skip to content

Commit 3a556f8

Browse files
author
gingerwizard
committed
Merge pull request elastic#48 from gingerwizard/master
Proxy Support for Tests
2 parents 0fb9de7 + 7fc51a6 commit 3a556f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.kitchen.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ provisioner:
88
roles_path: ../
99
require_ansible_repo: true
1010
ansible_verbose: true
11+
http_proxy: <%= ENV['HTTP_PROXY'] %>
12+
https_proxy: <%= ENV['HTTPS_PROXY'] %>
1113

1214
platforms:
1315
- name: ubuntu-14.04

0 commit comments

Comments
 (0)