Merge pull request #4077 from abutcher/cdpath

Unset CDPATH in hack/install_kustomize.sh
This commit is contained in:
Kubernetes Prow Robot
2021-07-21 10:14:07 -07:00
committed by GitHub

View File

@@ -19,6 +19,10 @@
set -e
# Unset CDPATH to restore default cd behavior. An exported CDPATH can
# cause cd to output the current directory to STDOUT.
unset CDPATH
where=$PWD
release_url=https://api.github.com/repos/kubernetes-sigs/kustomize/releases