Project 'liermao/microservice-autodevopspipelines' was moved to 'lichunsheng/microservice-autodevopspipelines'. Please update any links and bookmarks that may still have the old path.
Commit 0355a961 by 李二毛

Merge branch 'development' into 'rel/major'

修改方法GetAppName

See merge request liermao/microservice-autodevopspipelines!8
parents a9aeaaf8 86b7ec31
Pipeline #4073 failed with stages
in 18 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