Update fetch-zuul-cloner in base-test

This uses the absolute path to the dir in use so it works if run
as root as well.

Change-Id: I4d7f3f10d985875eb1625e2c1a2d54c1538151ec
This commit is contained in:
James E. Blair 2017-09-28 15:22:35 -07:00
parent 98ee420cb8
commit 42a9b3500e
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@
- configure-mirrors
- role: fetch-zuul-cloner
destination: "/usr/zuul-env/bin/zuul-cloner"
repo_src_dir: "~/src/git.openstack.org"
repo_src_dir: "/home/zuul/src/git.openstack.org"