btashton commented on code in PR #6515:
URL: https://github.com/apache/incubator-nuttx/pull/6515#discussion_r906619703
##########
.github/workflows/build.yml:
##########
@@ -154,7 +154,7 @@ jobs:
export CCACHE_DIR=`pwd`/ccache
mkdir $CCACHE_DIR
export ARTIFACTDIR=`pwd`/buildartifacts
- git config --global --add safe.directory
/github/workspace/sources/nuttx
+ git config --global --add safe.directory /github/workspace/sources
Review Comment:
Do we know for sure if this will cover subdirectories with the actual repos?
It was unclear to me in the git docs.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]