From ec57364ede82a135021e2e762bd0833d92a0cc0f Mon Sep 17 00:00:00 2001 From: Adrian Plata <51415348+adrian-plata@users.noreply.github.com> Date: Fri, 6 Sep 2019 08:22:46 -0700 Subject: [PATCH] fixing pull location (#9380) Signed-off-by: Adrian Plata --- _scripts/fetch-upstream-resources.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_scripts/fetch-upstream-resources.sh b/_scripts/fetch-upstream-resources.sh index 33f82d8f3b..ab42ee0c51 100755 --- a/_scripts/fetch-upstream-resources.sh +++ b/_scripts/fetch-upstream-resources.sh @@ -54,8 +54,8 @@ ENGINE_SVN_BRANCH="branches/19.03" ENGINE_BRANCH="19.03" # Distribution -DISTRIBUTION_SVN_BRANCH="branches/release/2.6" -DISTRIBUTION_BRANCH="release/2.6" +DISTRIBUTION_SVN_BRANCH="branches/release/2.7" +DISTRIBUTION_BRANCH="release/2.7" # Directories to get via SVN. We use this because you can't use git to clone just a portion of a repository svn co https://github.com/docker/docker-ce/"$ENGINE_SVN_BRANCH"/components/cli/docs/extend ./engine/extend || (echo "Failed engine/extend download" && exit 1)