Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 88d86e0

Browse files
committed
Disable GPG signing for test commits
1 parent 1e68c50 commit 88d86e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def create_test_repo
2828
system("git init --initial-branch=main", out: File::NULL, err: File::NULL)
2929
system("git config user.email 'test@example.com'", out: File::NULL)
3030
system("git config user.name 'Test User'", out: File::NULL)
31+
system("git config commit.gpgsign false", out: File::NULL)
3132
end
3233
@test_dir
3334
end

0 commit comments

Comments
 (0)