Skip to content
Snippets Groups Projects
Commit 72d0f53a authored by Björn Brala's avatar Björn Brala
Browse files

Set git username/pass

parent 6a0b5df7
No related branches found
No related tags found
5 merge requests!18Update bot for Drupal 11,!16Resolve #3397247 "Drupal 10 to 11",!15Resolve #3397247 "Drupal 10 to 11",!13Feature/issue 3335335 (issue fork),!12Feature/issue 3335335 (local branch)
......@@ -54,6 +54,8 @@ run-unit-tests:
script:
- cd project_analysis_utils
- composer install
- git config --global user.email "git@drupal.org"
- git config --global user.name "Project update bot"
- vendor/bin/phpunit tests/ --log-junit ../phpunit-report.xml
artifacts:
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment