Add CLEARML_VCS_DIFF env var info (#510)

This commit is contained in:
pollfly
2023-03-28 15:05:00 +03:00
committed by GitHub
parent 9baff81a8c
commit 32556360a3

View File

@@ -35,7 +35,7 @@ Overrides Repository Auto-logging
|**CLEARML_VCS_ROOT** | Repository's Root directory |
|**CLEARML_VCS_WORK_DIR** | Repository's working directory |
|**CLEARML_VCS_STATUS** | Repository status |
|**CLEARML_VCS_DIFF** | Script diff |
|**CLEARML_VCS_DIFF** | Base64 encoded string. Holds repo diff logged to a task. If set to an empty string, uncommitted changes are not logged. Note: Overriding CLEARML_VCS_DIFF may change the results of a task when executed remotely |
|**CLEARML_VCS_ENTRY_POINT** | Entry point script |
### Server Connection