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 b7da131 commit 6ab55d0Copy full SHA for 6ab55d0
tests/units/test_signed_commits.rb
@@ -14,7 +14,7 @@ def in_repo_with_signing_config(&block)
14
in_temp_dir do |path|
15
`git init`
16
ssh_key_file = File.expand_path(File.join('.git', 'test-key'))
17
- `ssh-keygen -t dsa -N "" -C "test key" -f "#{ssh_key_file}"`
+ `ssh-keygen -t ed25519 -N "" -C "test key" -f "#{ssh_key_file}"`
18
`git config --local gpg.format ssh`
19
`git config --local user.signingkey #{ssh_key_file}.pub`
20
0 commit comments