mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Disable rebuild centos env for code checker (#19664)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/19667/head
parent
b6ba226059
commit
06f3d1e55b
|
@ -91,7 +91,6 @@ jobs:
|
||||||
restore-keys: centos7-go-mod-
|
restore-keys: centos7-go-mod-
|
||||||
- name: Code Check
|
- name: Code Check
|
||||||
env:
|
env:
|
||||||
CHECK_BUILDER: "1"
|
|
||||||
OS_NAME: "centos7"
|
OS_NAME: "centos7"
|
||||||
run: |
|
run: |
|
||||||
./build/builder.sh /bin/bash -c "make install"
|
./build/builder.sh /bin/bash -c "make install"
|
||||||
|
|
Loading…
Reference in New Issue