fix(scripts): don't include plugins for generating docs

This commit is contained in:
Adam Reese 2017-04-12 12:59:30 -07:00
parent 986d21b8ac
commit 6bcd19d519
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,8 @@ fi
kube::util::ensure-temp-dir
export HELM_NO_PLUGINS=1
mkdir -p ${KUBE_TEMP}/docs/helm ${KUBE_TEMP}/docs/man/man1 ${KUBE_TEMP}/scripts
bin/helm docs --dir ${KUBE_TEMP}/docs/helm
bin/helm docs --dir ${KUBE_TEMP}/docs/man/man1 --type man

View file

@ -29,6 +29,8 @@ fi
kube::util::ensure-temp-dir
export HELM_NO_PLUGINS=1
mkdir -p ${KUBE_TEMP}/docs/helm ${KUBE_TEMP}/docs/man/man1 ${KUBE_TEMP}/scripts
bin/helm docs --dir ${KUBE_TEMP}/docs/helm
bin/helm docs --dir ${KUBE_TEMP}/docs/man/man1 --type man