Skip to content

Commit

Permalink
Fixed the specs
Browse files Browse the repository at this point in the history
Signed-off-by: Ashique Saidalavi <[email protected]>
  • Loading branch information
ashiqueps committed Nov 6, 2024
1 parent 941ce7d commit 31cc921
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .expeditor/habitat-test.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ steps:
- FORCE_FFI_YAJL=ext
- EXPIRE_CACHE=true
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE_SERVER=http://hosted-license-service-lb-8000-606952349.us-west-2.elb.amazonaws.com:8000/
8 changes: 8 additions & 0 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ steps:
executor:
docker:
image: ruby:3.1
environment:
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE_SERVER=http://hosted-license-service-lb-8000-606952349.us-west-2.elb.amazonaws.com:8000/

- label: run-specs-ruby-3.3
command:
Expand All @@ -25,6 +28,9 @@ steps:
executor:
docker:
image: ruby:3.3
environment:
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE_SERVER=http://hosted-license-service-lb-8000-606952349.us-west-2.elb.amazonaws.com:8000/

- label: run-specs-windows-ruby-3.1
command:
Expand All @@ -40,6 +46,7 @@ steps:
- FORCE_FFI_YAJL=ext
- EXPIRE_CACHE=true
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE_SERVER=http://hosted-license-service-lb-8000-606952349.us-west-2.elb.amazonaws.com:8000/

- label: run-specs-windows-ruby-3.3
command:
Expand All @@ -55,3 +62,4 @@ steps:
- FORCE_FFI_YAJL=ext
- EXPIRE_CACHE=true
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE_SERVER=http://hosted-license-service-lb-8000-606952349.us-west-2.elb.amazonaws.com:8000/
2 changes: 1 addition & 1 deletion lib/kitchen/provisioner/chef_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def install_from_file(command)
def script_for_omnibus_version
require "mixlib/install/script_generator"
opts = install_options
opts[:omnibus_url] = config[:install_sh_url]
opts[:omnibus_url] = config[:install_sh_url] if config[:install_sh_url]
installer = Mixlib::Install::ScriptGenerator.new(
config[:require_chef_omnibus], powershell_shell?, opts
)
Expand Down

0 comments on commit 31cc921

Please sign in to comment.