From 9f00e86c6a7e4596ea5c1622ce3e11d9f9472717 Mon Sep 17 00:00:00 2001 From: Dantali0n <info@dantalion.nl> Date: Fri, 7 Jul 2023 07:05:27 +0200 Subject: [PATCH] Force adding user and email git --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eda375e..bf40f0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ default: # Bootstrap Cookiecutter template to test provided ci pipeline template before_script: - python --version # For debugging + - git config --global user.name "unit test" + - git config --global user.email "info@astron.nl" - cookiecutter --no-input --overwrite-if-exists --output-dir . . - cd my_awesome_app -- GitLab