Skip to content

Commit 8529225

Browse files
committed
example sh
1 parent 89f06df commit 8529225

File tree

4 files changed

+1416
-1
lines changed

4 files changed

+1416
-1
lines changed

build_with_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ path=/var/www/build/elasticsearch/$version/examples
7272
if [ ! -d $path ]; then
7373
mkdir $path
7474
fi
75-
cp ./examples/test* $path/
75+
cp ./examples/* $path/
7676

7777
# 本地编译
7878
go get github.com/ibbd-dev/csv2es/csv2es

0 commit comments

Comments
 (0)