mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 14:51:22 +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
|
gem install --no-ri --no-rdoc bundler
|
||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
|
# add the local user git config to the vm
|
||||||
|
config.vm.provision "file", source: "~/.gitconfig", destination: ".gitconfig"
|
||||||
|
|
||||||
config.vm.provision "install",
|
config.vm.provision "install",
|
||||||
type: "shell",
|
type: "shell",
|
||||||
privileged: false,
|
privileged: false,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue