mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
enhance: [skip e2e] Add git safe dir for code check env (#36009)
Related to #36008 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
560e8e70b0
commit
97ca65c732
2
.github/workflows/code-checker.yaml
vendored
2
.github/workflows/code-checker.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
OS_NAME: 'ubuntu22.04'
|
OS_NAME: 'ubuntu22.04'
|
||||||
run: |
|
run: |
|
||||||
./build/builder.sh /bin/bash -c "make check-proto-product && make verifiers"
|
./build/builder.sh /bin/bash -c "git config --global --add safe.directory /go/src/github.com/milvus-io/milvus && make check-proto-product && make verifiers"
|
||||||
- name: Save Caches
|
- name: Save Caches
|
||||||
uses: ./.github/actions/cache-save
|
uses: ./.github/actions/cache-save
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user