mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +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
|
||||
# https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables
|
||||
.PHONY: test-multi-module
|
||||
test-multi-module:
|
||||
go install github.com/google/go-github/github
|
||||
test-multi-module: $(MYGOBIN)/prchecker
|
||||
go run ./cmd/prchecker \
|
||||
-owner=$(REPO_OWNER) \
|
||||
-repo=$(REPO_NAME) \
|
||||
|
||||
Reference in New Issue
Block a user