Skip to content

Commit 169b4d4

Browse files
author
Wilken Rivera
committed
Remove signing configuration
1 parent 87be1ee commit 169b4d4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.goreleaser.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ builds:
3131

3232
- id: signable
3333
mod_timestamp: '{{ .CommitTimestamp }}'
34-
hooks:
35-
post: |
36-
docker run
37-
-e ARTIFACTORY_TOKEN={{ .Env.ARTIFACTORY_TOKEN }}
38-
-e ARTIFACTORY_USER={{ .Env.ARTIFACTORY_USER }}
39-
-e CIRCLE_TOKEN={{ .Env.CIRCLE_TOKEN }}
40-
-v {{ dir .Path }}:/workdir
41-
{{ .Env.CODESIGN_IMAGE }}
42-
sign -product-name={{ .ProjectName }} {{ .Name }}
4334
flags:
4435
- -trimpath #removes all file system paths from the compiled executable
4536
ldflags:

0 commit comments

Comments
 (0)