We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50aa8b6 commit 87395d7Copy full SHA for 87395d7
_config.yml
@@ -151,9 +151,10 @@ defaults:
151
# - dest is the destination path within the working tree
152
# - src is a list of glob source paths within the remote repository
153
fetch-remote:
154
- - repo: "https://github.com/docker/cli"
+ # FIXME(thaJeztah): temporarily using branch from https://github.com/docker/cli/pull/3525 to fix htmlproofer validation
155
+ - repo: "https://github.com/thaJeztah/cli"
156
default_branch: "master"
- ref: "20.10"
157
+ ref: "20.10_backport_anchor_tags"
158
paths:
159
- dest: "engine/extend"
160
src:
0 commit comments