Merge pull request #6915 from estesp/cirrus-git-fix

(Vagrant CI) Enable git commands due to git CVE fix
This commit is contained in:
Akihiro Suda 2022-05-10 08:18:45 +09:00 committed by GitHub
commit bd2c006545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Vagrantfile vendored
View File

@ -107,6 +107,7 @@ EOF
GOPATH=\\$HOME/go
PATH=\\$GOPATH/bin:\\$PATH
export GOPATH PATH
git config --global --add safe.directory /vagrant
EOF
source /etc/profile.d/sh.local
SHELL