Skip to content

Commit

Permalink
test: git tag test should not sign tags
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Suraci <suraci.alex@gmail.com>

Signed-off-by: Justin Chadwell <me@jedevc.com>
  • Loading branch information
jedevc committed Aug 24, 2023
1 parent d34b247 commit 319130d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/git/source_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ func setupGitRepo(t *testing.T) gitRepoFixture {
"echo sbb > foo13",
"git add foo13",
"git commit -m third",
"git tag lightweight-tag",
"git tag --no-sign lightweight-tag",
"git checkout -B feature",
"echo baz > ghi",
"git add ghi",
Expand Down

0 comments on commit 319130d

Please sign in to comment.