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

Merge branch 'development' into 'rel/major'

修改方法ToLower

See merge request liermao/microservice-autodevopspipelines!32
parents 4935e500 e38d4db2
Pipeline #4128 failed with stages
in 34 seconds
......@@ -6,7 +6,7 @@ function ToLower()
{
declare input=$1
declare output=($(echo "${input}" | tr 'A-Z' 'a-z'))
eval $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