Commit adf76130 by 李二毛

Merge branch 'development' into 'rel/major'

添加eval

See merge request liermao/microservice-autodevopspipelines!10
parents cb116413 65d9c9d3
Pipeline #4077 failed with stages
in 29 seconds
...@@ -12,7 +12,7 @@ function GetServiceName() ...@@ -12,7 +12,7 @@ function GetServiceName()
function GetAppName() function GetAppName()
{ {
declare appName=($(grep -oP '(?<=AppName>)[^<]+' "devops/app.props")) declare appName=($(grep -oP '(?<=AppName>)[^<]+' "devops/app.props"))
$1="${appName}" eval $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