From f8e886bf53d375f7c49692c10f74063a79f71c4b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 11 Dec 2020 09:17:36 +0100 Subject: [PATCH] Revert "Temporarily fetch API v1.41 docs from tag" This reverts commit 9a497cdf36ae6652d62e2b45739f44f35dbfa734, as upstream changes have been merged, and it's no longer needed. Signed-off-by: Sebastiaan van Stijn --- _scripts/fetch-upstream-resources.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_scripts/fetch-upstream-resources.sh b/_scripts/fetch-upstream-resources.sh index 57709f3aac..ff22afe774 100755 --- a/_scripts/fetch-upstream-resources.sh +++ b/_scripts/fetch-upstream-resources.sh @@ -34,10 +34,6 @@ wget --quiet --directory-prefix=./engine/reference/commandline/ "https://raw.git wget --quiet --directory-prefix=./engine/reference/commandline/ "https://raw.githubusercontent.com/docker/cli/${ENGINE_BRANCH}/docs/reference/commandline/dockerd.md" || (echo "Failed engine/reference/commandline/dockerd.md download" && exit 1) wget --quiet --directory-prefix=./registry/ "https://raw.githubusercontent.com/docker/distribution/${DISTRIBUTION_BRANCH}/docs/configuration.md" || (echo "Failed registry/configuration.md download" && exit 1) -# temporarily fetching API v1.41 by copying from the v20.10.0-rc2 tag -wget --quiet --directory-prefix=./engine/api/ "https://raw.githubusercontent.com/moby/moby/v20.10.0-rc2/api/swagger.yaml" || (echo "Failed engine/deprecated.md download" && exit 1) -mv ./engine/api/swagger.yaml ./engine/api/v1.41.yaml - # Remove things we don't want in the build rm -f ./engine/extend/cli_plugins.md # the cli plugins api is not a stable API, and not included in the TOC for that reason. rm -f ./registry/spec/api.md.tmpl