Fix target path for regular git clone during tests

Use same target directory for zuul-cloner and
the regular git command.

Change-Id: Iafe0970b5d498ca3cd9d768415fbac0dc4a7c16b
This commit is contained in:
Fabien Boucher
2015-08-19 10:46:27 +00:00
parent 7603c967f4
commit 3bfd558542

View File

@@ -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"