We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0652cff commit 8bf4857Copy full SHA for 8bf4857
test/experiment.spec.ts
@@ -158,6 +158,12 @@ export async function setupRepo() {
158
await config.setString("user.email", "tester@test.com");
159
await config.setString("user.name", "tester");
160
161
+ /**
162
+ * gpg signing in tests not possible i believe,
163
+ * at least wasn't working.
164
+ */
165
+ await config.setBool(configKeys.gpgSign, Git.Config.MAP.FALSE);
166
+
167
/**
168
* fixups / not implemented in libgit2.
169
* though, would be better if received empty/minimal config by default..
0 commit comments