Remove outdated Makefile comment

This commit is contained in:
Peter Rifel 2020-12-10 18:28:47 -06:00
parent 8bde95df70
commit c954099355
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
1 changed files with 0 additions and 2 deletions

View File

@ -480,8 +480,6 @@ verify-hashes:
# ci target is for developers, it aims to cover all the CI jobs
# 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
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!"