iterative / cml

♾️ CML - Continuous Machine Learning | CI/CD for ML
http://cml.dev
Apache License 2.0
4k stars 339 forks source link

ci: don't override --global git user.{name,email} when running locally #1331

Open casperdcl opened 1 year ago

casperdcl commented 1 year ago

Debugging CML locally often leads to overriding git config --global user.{name,email}.

cml ci should probably not do this if the detected driver is null (local).

dacbd commented 1 year ago

should we check for existing values instead?