Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cirrus: Fix git config permission denied
The buildah bud tests run rootless, so attempting to bypass the ident-check with a `git config --system` fails with a permission denied error (as it should). Update the command to use `--global` instead, which writes to `~/.gitconfig` and so works for regular users. Also setup a fake identity for the CI-user and enable shell-debugging for the commands to inform humans of what is happening in the script. Signed-off-by: Chris Evich <[email protected]>
- Loading branch information