Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed Mar 21, 2024
1 parent f571a1d commit 101a073
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ builds:
- cmd: bash -c "make install && packer plugins installed"
# - cmd: bash -c "cp -rfp {{ dir .Path }}/{{ .ProjectName }}_v{{ .Version }}_{{ .Env.PACKER_CI_PROJECT_API_VERSION }}_{{ .Os }}_{{ .Arch }} ./{{ .ProjectName }}"
- cmd: bash -c "make validate-examples"
- cmd: bash -c "packer-sdc plugin-check {{ .ProjectName }}"
- cmd: bash -c "rm -f ./{{ .ProjectName }}"
- cmd: bash -c "packer-sdc plugin-check {{ dir .Path }}/{{ .ProjectName }}_v{{ .Version }}_{{ .Env.PACKER_CI_PROJECT_API_VERSION }}_{{ .Os }}_{{ .Arch }}"
flags:
- -trimpath #removes all file system paths from the compiled executable
ldflags:
Expand Down

0 comments on commit 101a073

Please sign in to comment.