Skip to content

Commit

Permalink
Merge pull request #265 from buildkite-plugins/update-readme-gitmirro…
Browse files Browse the repository at this point in the history
…r-paths

SUP-1767 Update readme on mount-checkout behavior with git mirrors
  • Loading branch information
pzeballos authored Feb 16, 2024
2 parents 1fe90d4 + ce2c44a commit f5abd13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ Specify a file to load a docker image from. If omitted no load will be done.

Whether to automatically mount the current working directory which contains your checked out codebase. Mounts onto `/workdir`, unless `workdir` is set, in which case that will be used.

If there's a git mirror path and `mount-checkout` is enabled, the (mirror path)[https://buildkite.com/docs/pipelines/environment-variables#BUILDKITE_REPO_MIRROR] is mounted into the docker container as an added volume. Otherwise, the git mirror path will have to be explicitly added as an extra volume to mount into the container.

Default: `true`

### `mount-buildkite-agent` (optional, boolean)
Expand Down

0 comments on commit f5abd13

Please sign in to comment.