Skip to content
Snippets Groups Projects
Verified Commit bc3a9d50 authored by Nico's avatar Nico
Browse files

add workaround for new git version

fixes:
fatal: detected dubious ownership in repository at '/builds/firmware/site-ffs'
parent 9f690ad0
No related branches found
No related tags found
No related merge requests found
Pipeline #2112 passed
...@@ -26,3 +26,6 @@ RUN apt-get update \ ...@@ -26,3 +26,6 @@ RUN apt-get update \
# gluon build fails when running as root # gluon build fails when running as root
RUN adduser --quiet --disabled-login --gecos '' build RUN adduser --quiet --disabled-login --gecos '' build
USER build:build USER build:build
# workaround for fatal: detected dubious ownership in repository at '/builds/firmware/site-ffs'
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29022
RUN git config --global --add safe.directory '*'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment