Skip to content

Commit

Permalink
Merge pull request #4 from linuxserver/gitfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored May 2, 2023
2 parents 922a58b + 0819475 commit e038384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/etc/s6-overlay/s6-rc.d/init-build-agent-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ if ! id -nG "$(id -nu "${PUID:-911}")" | grep -q "docker"; then
usermod -aG docker "$(id -nu "${PUID:-911}")"
fi

git config --global user.email "ci@linuxserver.io"
git config --global user.name "LinuxServer-CI"
HOME=/config git config --global user.email "ci@linuxserver.io"
HOME=/config git config --global user.name "LinuxServer-CI"

if [[ ! -f "/config/.docker/config.json" ]]; then
echo '{"experimental": "enabled"}' > /config/.docker/config.json
Expand Down

0 comments on commit e038384

Please sign in to comment.