buildkite-cli: fix shebangs (#173311)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
37b04e54e3
commit
be3b586793
@ -15,6 +15,10 @@ buildGoModule rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .buildkite/steps/{lint,run-local}.sh
|
||||
'';
|
||||
|
||||
subPackages = [ "cmd/bk" ];
|
||||
|
||||
ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user