Skip to content
Snippets Groups Projects
Unverified Commit 81bb99b8 authored by Nico's avatar Nico
Browse files

fix: don't use group build

parent de27f132
No related branches found
No related tags found
No related merge requests found
Pipeline #3243 passed
......@@ -32,7 +32,7 @@ RUN apt-get update \
# gluon build fails when running as root
RUN useradd -m -d /build -u 100 -g 100 -o build
USER build:build
USER 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