We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b599f4 commit ee64fe6Copy full SHA for ee64fe6
@packages/test/src/git.js
@@ -36,6 +36,7 @@ async function setup(cwd) {
36
try {
37
await execa('git', ['config', 'user.name', 'ava'], {cwd});
38
await execa('git', ['config', 'user.email', '[email protected]'], {cwd});
39
+ await execa('git', ['config', 'commit.gpgsign', false, {cwd}]);
40
} catch (err) {
41
console.warn(`git config in ${cwd} failed`, err.message);
42
}
0 commit comments