Commit 65d9c9d3 by 据说甜蜜呢

添加eval

parent f217d674
Pipeline #4076 passed with stage
in 15 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