Jesse Duffield
2022-11-12 10:18:02 +11:00
parent e8b97c9fe2
commit 52316e628e
6 changed files with 11 additions and 4 deletions

View File

@@ -144,6 +144,7 @@ func createFixture(test *IntegrationTest, paths Paths) error {
shell.RunCommand(`git config user.email "CI@example.com"`)
shell.RunCommand(`git config user.name "CI"`)
shell.RunCommand(`git config commit.gpgSign false`)
shell.RunCommand(`git config protocol.file.allow always`)
test.SetupRepo(shell)