Skip to content

Commit

Permalink
enhance: [skip e2e] Add git safe dir for code check env (#36009)
Browse files Browse the repository at this point in the history
Related to #36008

Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Sep 5, 2024
1 parent 560e8e7 commit 97ca65c
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 97ca65c

Please sign in to comment.