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() ...@@ -11,8 +11,7 @@ function GetServiceName()
function GetAppName() function GetAppName()
{ {
declare appName=($(grep -oP '(?<=AppName>)[^<]+' "devops/app.props")) $1=$(grep -oP '(?<=AppName>)[^<]+' "devops/app.props")
$1="${appName}"
} }
function GetCiCdSettings() 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