A customer encountered bad object references errors when running git fetch using the docker plugin. After checking the issue, the user had mount-checkout:false. This means the git mirror path is not mounted into the docker container as opposed to the plugin's default behaviour.
This PR adds a short description of the plugin's default behaviour of git mirrors paths in the readme.
A customer encountered bad object references errors when running
git fetch
using the docker plugin. After checking the issue, the user hadmount-checkout:false
. This means the git mirror path is not mounted into the docker container as opposed to the plugin's default behaviour.This PR adds a short description of the plugin's default behaviour of git mirrors paths in the readme.