mirror of
https://github.com/containers/podman.git
synced 2025-06-27 13:38:49 +08:00
Fix contributor make targets on Ubuntu and Debian
It was trying to run a bash script with sh [NO TESTS NEEDED] This changes "make lint" Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -811,7 +811,7 @@ install.tools: .install.goimports .install.gitvalidation .install.md2man .instal
|
|||||||
|
|
||||||
.PHONY: .install.golangci-lint
|
.PHONY: .install.golangci-lint
|
||||||
.install.golangci-lint: .gopathok
|
.install.golangci-lint: .gopathok
|
||||||
VERSION=1.36.0 GOBIN=$(GOBIN) sh ./hack/install_golangci.sh
|
VERSION=1.36.0 GOBIN=$(GOBIN) ./hack/install_golangci.sh
|
||||||
|
|
||||||
.PHONY: .install.bats
|
.PHONY: .install.bats
|
||||||
.install.bats: .gopathok
|
.install.bats: .gopathok
|
||||||
|
Reference in New Issue
Block a user