mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip ci] Add comment fo ci_util script (#12098)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
d666c2a190
commit
63f95982dd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user