Skip to content

Commit

Permalink
ci: set base dir safe
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Nov 12, 2024
1 parent be97bfe commit 1c0dfa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/dash/build_src.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ source ./ci/dash/matrix.sh
unset CC; unset CXX
unset DISPLAY

git config --global --add safe.directory .

if [ "$PULL_REQUEST" != "false" ]; then test/lint/commit-script-check.sh $COMMIT_RANGE; fi

if [ "$CHECK_DOC" = 1 ]; then
Expand Down

0 comments on commit 1c0dfa9

Please sign in to comment.