Skip to content

Commit

Permalink
refactor: remote intall coscli when run make tools.install
Browse files Browse the repository at this point in the history
  • Loading branch information
colin404 committed Dec 16, 2022
1 parent c300e10 commit f39d410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-rules/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ endif
# TRIVIAL_TOOLS are Optional tools, missing these tool have no affect.
BLOCKER_TOOLS ?= gsemver golines go-junit-report golangci-lint addlicense goimports codegen
CRITICAL_TOOLS ?= swagger mockgen gotests git-chglog github-release coscmd go-mod-outdated protoc-gen-go cfssl go-gitlint
TRIVIAL_TOOLS ?= depth go-callvis gothanks richgo rts kube-score coscli
TRIVIAL_TOOLS ?= depth go-callvis gothanks richgo rts kube-score

COMMA := ,
SPACE :=
Expand Down

0 comments on commit f39d410

Please sign in to comment.