Merge "Updated from OpenStack Ansible Tests" into stable/queens

This commit is contained in:
Zuul 2018-02-19 08:39:50 +00:00 committed by Gerrit Code Review
commit 75c8a1f07c
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