gitlab-ci.yml: set git user/email (!1848)

Prevent upcoming tests for "pmbootstrap pull" from failing, when trying
to create a git repository.
This commit is contained in:
Oliver Smith 2019-12-29 18:05:29 +01:00 committed by Alexey Min
parent 107c9f8b06
commit 16e2d3c77c
No known key found for this signature in database
GPG Key ID: EBF5ECFFFEE34DED
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ before_script:
- "source venv/bin/activate"
- "pip3 install flake8 pytest-cov python-coveralls pytest"
- "python3 --version"
- "su pmos -c 'git config --global user.email postmarketos-ci@localhost'"
- "su pmos -c 'git config --global user.name postmarketOS_CI'"
stages:
- checks