Skip to content

Commit bd0fcdf

Browse files
coreyfarrellbcoe
authored andcommitted
test: disable gpg signing in temporary test repositories. (#311)
1 parent eac6ba1 commit bd0fcdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ function initInTempFolder () {
9494
shell.mkdir('tmp')
9595
shell.cd('tmp')
9696
shell.exec('git init')
97+
shell.exec('git config commit.gpgSign false')
9798
commit('root-commit')
9899
writePackageJson('1.0.0')
99100
}

0 commit comments

Comments
 (0)