From b9abfc7a848afa4744a18c9fa601b36ad4378e65 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 15 Feb 2018 12:50:27 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Idf952c95accdde6e500965234bab6bcf994832f2 --- 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