mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
change test script to use ldap from the new location
This commit is contained in:
@@ -31,10 +31,7 @@ go install ./cmd/kustomize || { exit_with "Failed to install kustomize"; }
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
|
||||
home=`pwd`
|
||||
example_dir="some/default/dir/for/examples"
|
||||
if [ $# -eq 1 ]; then
|
||||
example_dir=$1
|
||||
fi
|
||||
example_dir="./cmd/kustomize/demos/data/ldap/base"
|
||||
if [ ! -d ${example_dir} ]; then
|
||||
exit_with "directory ${example_dir} doesn't exist"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user