Fix target path for regular git clone during tests
Use same target directory for zuul-cloner and the regular git command. Change-Id: If22c0a43b7cb3c8b881350ab91e4af06e32cc39d Co-Authored-By: Fabien Boucher <fabien.boucher@enovance.com>
This commit is contained in:
parent
1e7977e33c
commit
b0bba476c3
@ -42,7 +42,7 @@ RSpec.configure do |c|
|
||||
zuul_clone_cmd += "git://git.openstack.org #{repo}"
|
||||
on host, zuul_clone_cmd
|
||||
else
|
||||
on host, "git clone https://git.openstack.org/#{repo}"
|
||||
on host, "git clone https://git.openstack.org/#{repo} #{repo}"
|
||||
end
|
||||
|
||||
on host, "ZUUL_REF=#{zuul_ref} ZUUL_BRANCH=#{zuul_branch} ZUUL_URL=#{zuul_url} bash #{repo}/tools/install_modules_acceptance.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user