We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac42d9 commit f484518Copy full SHA for f484518
.goreleaser.yml
@@ -18,9 +18,7 @@ builds:
18
hooks:
19
post:
20
# This will check plugin compatibility against latest version of Packer
21
- - cmd: |
22
- go install github.com/hashicorp/packer/cmd/packer-plugins-check@latest &&
23
- packer-plugins-check -load={{ .Name }}
+ - cmd: make plugin-check
24
dir: "{{ dir .Path}}"
25
flags:
26
- -trimpath #removes all file system paths from the compiled executable
0 commit comments