Updated from OpenStack Ansible Tests

Change-Id: Iba5ef0c5cbe6d241607db227ee539a7b9e67e464
This commit is contained in:
OpenStack Proposal Bot 2018-02-15 12:52:06 +00:00 committed by Jesse Pretorius (odyssey4me)
parent a4d3b8e111
commit 6db59e3a23
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