Change paths to be /cursorius/src/.cursorius/*

This commit is contained in:
2022-10-23 19:42:07 -06:00
parent f823823f7d
commit 34902ad504
+4 -2
View File
@@ -30,8 +30,10 @@ class DockerExecutor:
A list of directories to persist between invocations
"""
CURSORIUS_LOG_DIRECTORY: str = join("/", "cursorius", "logs")
CURSORIUS_ARTIFACT_DIRECTORY: str = join("/", "cursorius", "artifacts")
CURSORIUS_LOG_DIRECTORY: str = join("/", "cursorius", "src", ".cursorius", "logs")
CURSORIUS_ARTIFACT_DIRECTORY: str = join(
"/", "cursorius", "src", ".cursorius", "artifacts"
)
def __init__(
self,