[skip ci] Add comment fo ci_util script (#12098)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2021-11-18 21:19:32 +08:00 committed by GitHub
parent d666c2a190
commit 63f95982dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ function install_pytest_requirements(){
python3 -m pip install --no-cache-dir -r requirements.txt python3 -m pip install --no-cache-dir -r requirements.txt
} }
# Login in ci docker registry
function docker_login_ci_registry(){ function docker_login_ci_registry(){
if [[ -z "${CI_REGISTRY_USERNAME:-}" || -z "${CI_REGISTRY_PASSWORD:-}" ]]; then if [[ -z "${CI_REGISTRY_USERNAME:-}" || -z "${CI_REGISTRY_PASSWORD:-}" ]]; then