mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(scripts): don't include plugins for generating docs
This commit is contained in:
parent
986d21b8ac
commit
6bcd19d519
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue