Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support running docs builds against worktrees #2130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 7, 2021

  1. Support running docs builds against worktrees

    The Elasticsearch convention is to use git worktrees to support
    multiple lines of development across different branches.
    
    A typical layout would be:
     - A regular checkout at `$GIT_HOME/elasticsearch` for the `master` branch
     - A worktree at `$GIT_HOME/elasticsearch-7.x` for the `7.x` branch
     - A worktree at `$GIT_HOME/elasticsearch-6.x` for the `6.x` branch
    
    This commit changes the docs build to support this structure.
    tvernum committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b857501 View commit details
    Browse the repository at this point in the history