mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
Install dependencies from go module
This commit is contained in:
3
Makefile
3
Makefile
@@ -231,8 +231,7 @@ test-go-mod:
|
|||||||
# Environment variables are defined at
|
# Environment variables are defined at
|
||||||
# https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables
|
# https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables
|
||||||
.PHONY: test-multi-module
|
.PHONY: test-multi-module
|
||||||
test-multi-module:
|
test-multi-module: $(MYGOBIN)/prchecker
|
||||||
go install github.com/google/go-github/github
|
|
||||||
go run ./cmd/prchecker \
|
go run ./cmd/prchecker \
|
||||||
-owner=$(REPO_OWNER) \
|
-owner=$(REPO_OWNER) \
|
||||||
-repo=$(REPO_NAME) \
|
-repo=$(REPO_NAME) \
|
||||||
|
|||||||
Reference in New Issue
Block a user