Skip to content
Snippets Groups Projects
Commit 9f00e86c authored by Corné Lukken's avatar Corné Lukken
Browse files

Force adding user and email git

parent 69c2110e
No related branches found
No related tags found
1 merge request!1Initial binary wheel setup
Pipeline #52971 failed
Pipeline: Python Binary Wheel Package

#52972

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment