Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#466 from Liujingfang1/demo
Browse files Browse the repository at this point in the history
change test script to use ldap from the new location
  • Loading branch information
k8s-ci-robot authored May 4, 2018
2 parents 5ec94f4 + 9da7c61 commit 267a3b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 267a3b8

Please sign in to comment.