[skip e2e] Remove rebuild env image to decrease failure for download deps (#19481)

Signed-off-by: Jenny Li <jing.li@zilliz.com>

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/19495/head
Jenny Li 2022-09-27 17:36:54 +08:00 committed by GitHub
parent a0ce533727
commit 289e55ec52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ jobs:
run: |
docker-compose up -d pulsar etcd minio
- name: Build and UnitTest
env:
CHECK_BUILDER: "1"
run: |
./build/builder.sh /bin/bash -c "make check-proto-product && make codecov"
- name: Get the status & restart count for containers when ut failed