Updated from OpenStack Ansible Tests

Change-Id: I7d0c34d996abd799fe9d8ea40ab5db5042580402
This commit is contained in:
OpenStack Proposal Bot
2018-02-15 12:49:15 +00:00
parent f1821d24d0
commit cc2ed5240c

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