mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 10:08:34 +00:00
Merge pull request #466 from Liujingfang1/demo
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
|
export PATH=$GOPATH/bin:$PATH
|
||||||
|
|
||||||
home=`pwd`
|
home=`pwd`
|
||||||
example_dir="some/default/dir/for/examples"
|
example_dir="./cmd/kustomize/demos/data/ldap/base"
|
||||||
if [ $# -eq 1 ]; then
|
|
||||||
example_dir=$1
|
|
||||||
fi
|
|
||||||
if [ ! -d ${example_dir} ]; then
|
if [ ! -d ${example_dir} ]; then
|
||||||
exit_with "directory ${example_dir} doesn't exist"
|
exit_with "directory ${example_dir} doesn't exist"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user