Skip to content

Commit

Permalink
Add git config --global --add safe.directory '*' (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Jun 19, 2024
1 parent 1209810 commit d2cc711
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
"ndk;$NDK_VERSION" \
&& rm -rf ${ANDROID_HOME}/.android \
&& chmod 777 -R /opt/android

# Disable git safe directory check as this is causing GHA to fail on GH Runners
RUN git config --global --add safe.directory '*'

0 comments on commit d2cc711

Please sign in to comment.