mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 09:06:52 +00:00
Version bump to v1.8.1
This commit is contained in:
parent
4179ac5234
commit
cd9a3b9f4e
@ -1 +1 @@
|
|||||||
__version__ = '1.8.0'
|
__version__ = '1.8.1'
|
||||||
|
@ -161,6 +161,9 @@ agent {
|
|||||||
vcs_cache: {
|
vcs_cache: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
path: ~/.clearml/vcs-cache
|
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
|
||||||
},
|
},
|
||||||
|
|
||||||
# DEPRECATED: please use `venvs_cache` and set `venvs_cache.path`
|
# DEPRECATED: please use `venvs_cache` and set `venvs_cache.path`
|
||||||
|
Loading…
Reference in New Issue
Block a user