Commit 1419e943 by 李二毛

Merge branch 'development' into 'rel/major'

修改方法CI

See merge request liermao/microservice-autodevopspipelines!26
parents b4a571d0 b9e44b9d
Pipeline #4116 failed with stages
in 36 seconds
......@@ -95,8 +95,13 @@ function CI()
{
declare publishFile=$2
declare publishOutputDir=s2
ToLower $1 imagename
GetImageUserName registryUserName
# repository name must be lowercase
ToLower $1 RegistryHost
ToLower $1 registryUserName
ToLower $1 imagename
declare imagefullname="${RegistryHost}/${registryUserName}/${imagename}:${version}"
echo ""
......
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