change sed func
This commit is contained in:
parent
706e6c0236
commit
05ffd4d36e
|
@ -205,7 +205,7 @@ find_and_sed_v3(){
|
|||
# -o -iname "*.rst" > wil-sed-file-list
|
||||
|
||||
find $path -type f > wil-sed-file-list
|
||||
|
||||
|
||||
log_info "通过find查找到需要进行替换的文件列表:"
|
||||
cat wil-sed-file-list
|
||||
|
||||
|
|
|
@ -53,6 +53,6 @@ if cat .git/config |grep '/crossplane/docs.git' ;then
|
|||
echo "匹配到 crossplane"
|
||||
before_build
|
||||
build
|
||||
find_and_sed_v3 "./output"
|
||||
cycle_sed "./output"
|
||||
save_return
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue