Skip to content

Commit 319130d

Browse files
committed
test: git tag test should not sign tags
Co-authored-by: Alex Suraci <[email protected]> Signed-off-by: Justin Chadwell <[email protected]>
1 parent d34b247 commit 319130d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/git/source_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ func setupGitRepo(t *testing.T) gitRepoFixture {
589589
"echo sbb > foo13",
590590
"git add foo13",
591591
"git commit -m third",
592-
"git tag lightweight-tag",
592+
"git tag --no-sign lightweight-tag",
593593
"git checkout -B feature",
594594
"echo baz > ghi",
595595
"git add ghi",

0 commit comments

Comments
 (0)