Merge pull request #6915 from estesp/cirrus-git-fix
(Vagrant CI) Enable git commands due to git CVE fix
This commit is contained in:
commit
bd2c006545
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -107,6 +107,7 @@ EOF
|
|||||||
GOPATH=\\$HOME/go
|
GOPATH=\\$HOME/go
|
||||||
PATH=\\$GOPATH/bin:\\$PATH
|
PATH=\\$GOPATH/bin:\\$PATH
|
||||||
export GOPATH PATH
|
export GOPATH PATH
|
||||||
|
git config --global --add safe.directory /vagrant
|
||||||
EOF
|
EOF
|
||||||
source /etc/profile.d/sh.local
|
source /etc/profile.d/sh.local
|
||||||
SHELL
|
SHELL
|
||||||
|
Loading…
Reference in New Issue
Block a user