mirror of https://github.com/kubernetes/kops.git
Remove outdated Makefile comment
This commit is contained in:
parent
8bde95df70
commit
c954099355
2
Makefile
2
Makefile
|
|
@ -480,8 +480,6 @@ verify-hashes:
|
||||||
|
|
||||||
# ci target is for developers, it aims to cover all the CI jobs
|
# ci target is for developers, it aims to cover all the CI jobs
|
||||||
# verify-gendocs will call kops target
|
# verify-gendocs will call kops target
|
||||||
# verify-package has to be after verify-gendocs, because with .gitignore for federation bindata
|
|
||||||
# it bombs in travis. verify-gendocs generates the bindata file.
|
|
||||||
.PHONY: ci
|
.PHONY: ci
|
||||||
ci: govet verify-gofmt verify-crds verify-gomod verify-goimports verify-boilerplate verify-bazel verify-misspelling verify-shellcheck verify-staticcheck verify-terraform verify-bindata nodeup examples test | verify-gendocs verify-packages verify-apimachinery
|
ci: govet verify-gofmt verify-crds verify-gomod verify-goimports verify-boilerplate verify-bazel verify-misspelling verify-shellcheck verify-staticcheck verify-terraform verify-bindata nodeup examples test | verify-gendocs verify-packages verify-apimachinery
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue