Skip to content

Commit

Permalink
fix: Add git safe dir for code check env
Browse files Browse the repository at this point in the history
Related to milvus-io#36008

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Sep 5, 2024
1 parent f985173 commit 00314a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 00314a8

Please sign in to comment.