tweaking makefile so that KOPS_STATE_STORE is not in the build

This commit is contained in:
chrislovecnm 2017-05-05 11:03:31 -06:00
parent 2e5fa89167
commit ad99a2e002
1 changed files with 2 additions and 2 deletions

View File

@ -198,7 +198,7 @@ gcs-publish-ci: gcs-upload
gsutil -h "Cache-Control:private, max-age=0, no-transform" cp .build/upload/${LATEST_FILE} ${GCS_LOCATION}
gen-cli-docs: kops
@kops genhelpdocs --out docs/cli
KOPS_STATE_STORE= kops genhelpdocs --out docs/cli
# Will always push a linux-based build up to the server
push: crossbuild-nodeup
@ -340,7 +340,7 @@ verify-packages:
.PHONY: verify-gendocs
verify-gendocs: kops
hack/verify-gendocs.sh
KOPS_STATE_STORE= hack/verify-gendocs.sh
# verify-gendocs will call kops target
# verify-package has to be after verify-gendoc, because with .gitignore for federation bindata