From ad99a2e002b82a85af9fcace02dfe34da4d91b9d Mon Sep 17 00:00:00 2001 From: chrislovecnm Date: Fri, 5 May 2017 11:03:31 -0600 Subject: [PATCH] tweaking makefile so that KOPS_STATE_STORE is not in the build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4023fa952d..91df6465ac 100644 --- a/Makefile +++ b/Makefile @@ -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