Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Add .gitconfig to root user, since that is who performs all the git o…
Browse files Browse the repository at this point in the history
…perations
  • Loading branch information
brycekahle committed Feb 15, 2018
1 parent 97ea99b commit c86646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,6 @@ USER root
# Add buildscript for local testing
ADD run-build-functions.sh /usr/local/bin/run-build-functions.sh
ADD run-build.sh /usr/local/bin/build
ADD buildbot-git-config /opt/buildhome/.gitconfig
ADD buildbot-git-config /root/.gitconfig

USER buildbot

0 comments on commit c86646e

Please sign in to comment.