Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unset git author/committer variables when running integration tests #19512

Commits on Apr 26, 2022

  1. Unset git author/committer variables when running integration tests

    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>
    zeripath committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4420c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba5d1dd View commit details
    Browse the repository at this point in the history