buildkite-cli: fix shebangs (#173311)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
William Carroll 2022-05-25 13:17:31 -07:00 committed by GitHub
parent 37b04e54e3
commit be3b586793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}" ];