mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Add local git config to guest vm
This commit is contained in:
parent
4a3fdfaea2
commit
3c1c9c49d5
1 changed files with 3 additions and 0 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
|
@ -11,6 +11,9 @@ Vagrant.configure(2) do |config|
|
|||
gem install --no-ri --no-rdoc bundler
|
||||
SHELL
|
||||
|
||||
# add the local user git config to the vm
|
||||
config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig"
|
||||
|
||||
config.vm.provision "install",
|
||||
type: "shell",
|
||||
privileged: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue