You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before all tasks are stored in data/{tid}/*
Now they are stored in data/tasks/{tid}/* and data/data/{tid}/*.
But if I create a task with a repos, all repos data are still saved in data/{tid}.
Probably we should save them somewhere else to escape confused repository structure.
The text was updated successfully, but these errors were encountered:
My actions before raising this issue
Before all tasks are stored in
data/{tid}/*
Now they are stored in
data/tasks/{tid}/*
anddata/data/{tid}/*
.But if I create a task with a repos, all repos data are still saved in
data/{tid}
.Probably we should save them somewhere else to escape confused repository structure.
The text was updated successfully, but these errors were encountered: