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

pull/2266/head
Adam Reese 8 years ago
parent 986d21b8ac
commit 6bcd19d519

@ -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

@ -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

Loading…
Cancel
Save