FIX: Perform git operations as owning user (#672)
authorDavid Taylor <david@taylorhq.com>
Mon, 30 Jan 2023 16:06:46 +0000 (16:06 +0000)
committerGitHub <noreply@github.com>
Mon, 30 Jan 2023 16:06:46 +0000 (16:06 +0000)
commit05ee40d778e4d19e631f38877cebc2af447b53c7
tree734c2c085f71e2b401ca6303921823501b151ddf
parent445346caf5a3d43f9ba8b05ace3285284bc320f4
FIX: Perform git operations as owning user (#672)

The `git` version in our discourse_test docker image was recently updated to include a permissions check before running any git commands. For this to pass, git operations must be performed by the user which owns the git repository's directory.
templates/web.template.yml