From 5a936abd65540bef37d7b646e260120ae1065ef5 Mon Sep 17 00:00:00 2001 From: Ruslan Khozinov Date: Tue, 22 Nov 2016 14:06:37 +0300 Subject: [PATCH] Fix for CI issue related to submodule downloading Jenkins slaves can't properly update submodule because tls verification is failed or github repos is unavailable. Downloading the submodule from review.openstack.com by http is more stable solution. Change-Id: If5394d45aa784a0bb47172e071bb0e61efc050e6 --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b875511..916a6c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "plugin_test/fuel-qa"] - path = plugin_test/fuel-qa - url = https://github.com/openstack/fuel-qa.git - branch = stable/mitaka + path = plugin_test/fuel-qa + url = git://git.openstack.org/openstack/fuel-qa + branch = stable/mitaka