From bbe8c7c44711e566e8f566df9b607e4089c1cf07 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 6 Jul 2017 13:30:55 -0700 Subject: [PATCH] Try to update gitmodules to not fail gh-pages (#3798) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ece9d0f3d3..715bac31f5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,7 +10,7 @@ path = tests/src/gopkg.in/yaml.v2 url = https://github.com/go-yaml/yaml.git branch = a5b47d31c556af34a302ce5d659e6fea44d90de0 - [submodule "samples/library"] path = samples/library url = https://github.com/docker-library/docs.git + branch = master