Fix cached repositories were not passing user/token when pulling, agent.vcs_cache.clone_on_pull_fail now defaults to false

This commit is contained in:
allegroai
2024-04-19 23:50:17 +03:00
parent 41fc4ec646
commit 47147e3237
2 changed files with 6 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ agent {
path: ~/.clearml/vcs-cache
# if git pull failed, always revert to re-cloning the repo, it protects against old user name changes
# clone_on_pull_fail: true
# clone_on_pull_fail: false
},
# DEPRECATED: please use `venvs_cache` and set `venvs_cache.path`