Merge pull request #466 from Liujingfang1/demo

change test script to use ldap from the new location
This commit is contained in:
k8s-ci-robot
2018-05-04 11:08:51 -07:00
committed by GitHub

View File

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