Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unset git author/committer variables when running integration tests (g…
…o-gitea#19512) (go-gitea#19519) TestAPIGitTag (and likely others) will fail if the running environment contains GIT_AUTHOR_NAME and other env variables like it. This PR simply unsets these when running the integration tests. Fix go-gitea#14247 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>
- Loading branch information