Skip to content

Commit

Permalink
fix: rollback default bindir for new goreleaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioga committed Jan 24, 2023
1 parent c3bd91d commit 56cf7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions agent/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ nfpms:
formats:
- deb
- rpm
bindir: /usr/local/bin
contents:
- src: "packaging/agent.yaml"
dst: "/etc/determined/agent.yaml"
Expand Down
1 change: 1 addition & 0 deletions master/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ nfpms:
formats:
- deb
- rpm
bindir: /usr/local/bin
contents:
- src: "packaging/master.yaml"
dst: "/etc/determined/master.yaml"
Expand Down

0 comments on commit 56cf7a0

Please sign in to comment.