Skip to content

Commit

Permalink
goreleaser: move quill log files out of dist dir
Browse files Browse the repository at this point in the history
Because dist dir will be cleaned by goreleaser. Addresses error:
```
error=dist is not empty, remove it before running goreleaser or use the
--clean flag
```
  • Loading branch information
andrewhsu committed Jan 8, 2025
1 parent 2e42ee5 commit b11be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ builds:
# QUILL_SIGN_P12, QUILL_SIGN_PASSWORD, QUILL_NOTARY_KEY, QUILL_NOTARY_KEY_ID, QUILL_NOTARY_ISSUER
- cmd: quill sign-and-notarize "{{ .Path }}" --dry-run={{ .IsSnapshot }} --ad-hoc={{ .IsSnapshot }} -vv
env:
- QUILL_LOG_FILE=dist/quill-{{ .Target }}.log
- QUILL_LOG_FILE=quill-{{ .Target }}.log
archives:
- id: rpk-zip
builds:
Expand Down

0 comments on commit b11be85

Please sign in to comment.