fix: operations.db en ubicación correcta según reglas
Elimina operations.db de docker_tui (no lo usaba) y corrige pipeline_launcher para que resuelva operations.db en su propia carpeta (apps/pipeline_launcher/) en vez de la raíz del registro.
This commit is contained in:
Binary file not shown.
@@ -21,7 +21,7 @@ func Default() Config {
|
|||||||
|
|
||||||
return Config{
|
return Config{
|
||||||
RegistryDB: filepath.Join(root, "registry.db"),
|
RegistryDB: filepath.Join(root, "registry.db"),
|
||||||
OperationsDB: filepath.Join(root, "operations.db"),
|
OperationsDB: filepath.Join(root, "apps", "pipeline_launcher", "operations.db"),
|
||||||
RegistryRoot: root,
|
RegistryRoot: root,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user