diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 429e807..1275b7a 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -35,7 +35,7 @@ RSpec.configure do |c| zuul_clone_cmd += "--zuul-ref #{zuul_ref} " zuul_clone_cmd += "--zuul-branch #{zuul_branch} " zuul_clone_cmd += "--zuul-url #{zuul_url} " - zuul_clone_cmd += "git://git.openstack.org #{repo}" + zuul_clone_cmd += "https://git.openstack.org #{repo}" on host, zuul_clone_cmd else on host, "git clone https://git.openstack.org/#{repo} #{repo}"