Updated from OpenStack Ansible Tests

Change-Id: I58acc9c4590c4bf7def7e394c999e07baefc32a4
This commit is contained in:
OpenStack Proposal Bot 2018-02-15 12:56:53 +00:00
parent 1b5e682647
commit 4195ca6b02
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ elif [[ ! -d tests/common ]]; then
# Otherwise we're clearly not in zuul or using a previously setup
# repo in some way, so just clone it from upstream.
else
git clone \
git clone -b stable/queens \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common
fi