From 5cffdead714089405f5e09141621ecc65350471d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 15 Feb 2018 12:50:40 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Ia2540afc0c2daf8cd342f5796f801f6baa48f258 --- tests/tests-repo-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index 3e4ffd6..1927a6a 100755 --- a/tests/tests-repo-clone.sh +++ b/tests/tests-repo-clone.sh @@ -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