Commit c2880192 by 李二毛

Merge branch 'development' into 'rel/major'

添加eval

See merge request liermao/microservice-autodevopspipelines!21
parents ce3abf3b 679c3435
Pipeline #4106 failed with stages
in 33 seconds
......@@ -6,7 +6,7 @@ function ToLower()
{
declare input=$1
declare output=($(echo "${input}" | tr 'A-Z' 'a-z'))
$2=output
eval $2=output
}
function GetServices()
......
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