Commit 86b7ec31 by 据说甜蜜呢

修改方法GetAppName

parent 3bdac81c
Pipeline #4072 passed with stage
in 15 seconds
......@@ -11,8 +11,7 @@ function GetServiceName()
function GetAppName()
{
declare appName=($(grep -oP '(?<=AppName>)[^<]+' "devops/app.props"))
$1="${appName}"
$1=$(grep -oP '(?<=AppName>)[^<]+' "devops/app.props")
}
function GetCiCdSettings()
......
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