Skip to content

Commit

Permalink
fix: Remove es version conditional login in kitchen (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
indraguna authored Aug 19, 2024
1 parent ccdc9c5 commit e2abc62
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ provisioner:
no_proxy: localhost,127.0.0.1
ignore_extensions_from_root: [".git",".idea",".kitchen.yml"]
ignore_paths_from_root: [".git",".idea",".kitchen"]
<% if ENV['VERSION'] %>
attributes:
extra_vars:
es_major_version: "<%= ENV['VERSION'] %>"
<% if ENV['VERSION'] == '6.x' %>
es_version: '6.8.23'
<% end %>
<% end %>
es_major_version: "8.x"
es_version: "8.14.2"

platforms:
- name: ubuntu-14.04
Expand Down

0 comments on commit e2abc62

Please sign in to comment.