Skip to content

Commit

Permalink
Merge pull request #2 from WinstonSung/main
Browse files Browse the repository at this point in the history
Add an exception to the git ownership checks
  • Loading branch information
tarrow committed Mar 6, 2023
2 parents 404387c + 60aafd5 commit 243025e
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 @@ -5,6 +5,9 @@ RUN apk update && apk upgrade && \

RUN pip3 install git-filter-repo

# T314987: Git require the .git folder to be owned by the same user
RUN git config --system --add safe.directory /github/workspace

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

1 comment on commit 243025e

@lucaswerkmeister
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: T314987

Please sign in to comment.