geoffxy / conductor

🎶 A simple and elegant research computing orchestrator.
GNU Affero General Public License v3.0
4 stars 0 forks source link

[Execution] Add ability to disable Git integration #46

Closed geoffxy closed 2 years ago

geoffxy commented 2 years ago

This PR also adds Conductor's first dependency (tomli). Add disable_git = true to cond_config.toml to disable Conductor's git integration. Conductor's git integration is already gracefully disabled when the project does not use git. This configuration option allows users to disable the integration when the project does use git.