Skip to content

Commit

Permalink
Merge pull request #1867 from Earlopain/test-gpg-signing
Browse files Browse the repository at this point in the history
Don't try to sign git commits when running tests
  • Loading branch information
soutaro authored Jun 7, 2024
2 parents 4fdfab6 + c590b80 commit c5bdef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/rbs/collection/sources/git_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def test_resolved_revision_updated_after_fetch
git "init", chdir: origin_repo
git "config", "user.email", "[email protected]", chdir: origin_repo
git "config", "user.name", "Your Name", chdir: origin_repo
# Ignore potential signing key protected by passphrase
git "config", "commit.gpgsign", "false", chdir: origin_repo
git "checkout", "-b", "main", chdir: origin_repo

git "commit", "--allow-empty", "-m", "Initial commit", chdir: origin_repo
Expand Down

0 comments on commit c5bdef6

Please sign in to comment.