Updated from OpenStack Ansible Tests

Change-Id: Ia20bec06780f627e93d72914871f4b1e8eceb9cc
This commit is contained in:
OpenStack Proposal Bot 2018-02-22 20:43:46 +00:00
parent 46401ea520
commit 7174a0af9e
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ fi
# tests repo are not supported.
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
git clone -b stable/pike \
git clone -b stable/queens \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi