[skip e2e] Remove scale pipeline printenv (#14868)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/14874/head
ThreadDao 2022-01-05 17:47:25 +08:00 committed by GitHub
parent 70d6b22ac0
commit 17fbc7c141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ pipeline {
container('milvus-test') {
dir ('tests/python_client'){
sh """
printenv
pip install -r requirements.txt
pip install --upgrade protobuf
"""