Unset KOPS_STATE_STORE when calling genhelpdocs

Fix #1365
This commit is contained in:
Justin Santa Barbara 2017-01-17 00:27:31 -05:00
parent 17afbd6292
commit 082abaacd7
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,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 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