Skip to content

Commit

Permalink
enhance: [skip e2e] Add git safe dir for code check env (milvus-io#36009
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 authored and chyezh committed Sep 11, 2024
1 parent 44742c8 commit 79d4d09
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 79d4d09

Please sign in to comment.