Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 465 Bytes

DOCS.md

File metadata and controls

13 lines (10 loc) · 465 Bytes

Use the Mercurial plugin to clone a mercurial repository. Note that Drone uses this plugin by default for all Bitbucket mercurial repositories, without any configuration required. You can override the default configuration with the following parameters:

  • path relative path inside /drone/src where the repository is cloned

The following is a sample Git clone configuration in your .drone.yml file:

clone:
  image: hg
  path: bitbucket.org/foo/bar