mirror of https://github.com/kubernetes/kops.git
updating ci target with bazel call
This commit is contained in:
parent
798d40b4a2
commit
8bbbaf1897
6
Makefile
6
Makefile
|
@ -522,12 +522,16 @@ verify-gendocs: ${KOPS}
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi
|
fi
|
||||||
@echo "cli docs up-to-date"
|
@echo "cli docs up-to-date"
|
||||||
|
|
||||||
|
.PHONY: verify-bazel
|
||||||
|
verify-bazel:
|
||||||
|
hack/verify-bazel.sh
|
||||||
#
|
#
|
||||||
# verify-gendocs will call kops target
|
# verify-gendocs will call kops target
|
||||||
# verify-package has to be after verify-gendoc, because with .gitignore for federation bindata
|
# verify-package has to be after verify-gendoc, because with .gitignore for federation bindata
|
||||||
# it bombs in travis. verify-gendoc generates the bindata file.
|
# it bombs in travis. verify-gendoc generates the bindata file.
|
||||||
.PHONY: ci
|
.PHONY: ci
|
||||||
ci: govet verify-gofmt verify-boilerplate nodeup examples test | verify-gendocs verify-packages
|
ci: govet verify-gofmt verify-boilerplate verify-bazel nodeup examples test | verify-gendocs verify-packages
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue