Commit f217d674 by 据说甜蜜呢

添加变量

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