mirror of https://github.com/docker/docs.git
Previous commit updated wrong section
This commit is contained in:
parent
ed92b73c30
commit
98fc7d6da8
|
@ -153,7 +153,6 @@ defaults:
|
|||
fetch-remote:
|
||||
- repo: "https://github.com/docker/cli"
|
||||
default_branch: "master"
|
||||
# FIXME(thaJeztah): change to 23.0 release branch, once created.
|
||||
ref: "23.0"
|
||||
paths:
|
||||
- dest: "engine/extend"
|
||||
|
@ -172,12 +171,7 @@ fetch-remote:
|
|||
|
||||
- repo: "https://github.com/docker/docker"
|
||||
default_branch: "master"
|
||||
# The default branch has separate files for each API version, so we can
|
||||
# consume the swagger files from that branch (we only publish the ones
|
||||
# that have been released through the stubs in the engine/api/ directory).
|
||||
# Using the default (master) branch allows for API docs changes to be
|
||||
# published without them being cherry-picked into the release branch.
|
||||
ref: "master"
|
||||
ref: "23.0"
|
||||
paths:
|
||||
- dest: "engine/api"
|
||||
src:
|
||||
|
|
Loading…
Reference in New Issue