mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e] Add git safe dir for code check env (#36009)
Related to #36008 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/36034/head
parent
560e8e70b0
commit
97ca65c732
|
@ -60,7 +60,7 @@ jobs:
|
|||
env:
|
||||
OS_NAME: 'ubuntu22.04'
|
||||
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
|
||||
uses: ./.github/actions/cache-save
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
Loading…
Reference in New Issue