ci: fixed docker login error

This commit is contained in:
yunlzheng
2020-03-12 13:07:09 +08:00
parent 7ea21682cc
commit a46629bf0a
+1 -1
View File
@@ -12,7 +12,7 @@ services:
env:
global:
- SERVER_REPO=kt-connect-server
- REGISTRY=registry.cn-hangzhou.aliyuncs.com
before_script:
- export TAG=$(echo $TRAVIS_BRANCH | sed "s/\//-/")