Commit 4f628fc7 by 据说甜蜜呢

修改方法IsPublishableOf

parent d4f5848d
Pipeline #4245 passed with stage
in 18 seconds
......@@ -133,7 +133,7 @@ function GetKongRouteDomain()
function IsPublishableOf()
{
declare prefix=$0
declare prefix=$1
declare isP=($(grep -oP "(?<=${prefix}Publishable>)[^<]+" "/tmp/cicd.props"))
eval $1=isP
eval $2=isP
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment