Skip to content

Suppress git output when running QA as a non-default user

Robert Speicher requested to merge qa/rs-suppress-git-output into master

Closes gitlab-qa#157 (closed)

I opted to only suppress it when we're running as a user not named root, in an attempt to find a middle ground where the output can still be useful for debugging ephemeral instances, while not leaking permanent credentials like those for the gitlab-qa user.

Merge request reports