Skip to content

Commit

Permalink
test: disable gpg signing in temporary test repositories. (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell authored and bcoe committed May 5, 2019
1 parent eac6ba1 commit bd0fcdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Expand Up @@ -94,6 +94,7 @@ function initInTempFolder () {
shell.mkdir('tmp')
shell.cd('tmp')
shell.exec('git init')
shell.exec('git config commit.gpgSign false')
commit('root-commit')
writePackageJson('1.0.0')
}
Expand Down

0 comments on commit bd0fcdf

Please sign in to comment.