mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-10 06:10:05 -06:00
fix data directory
This commit is contained in:
@@ -2115,6 +2115,14 @@ def parallelDeploymentOcisServer():
|
||||
}
|
||||
|
||||
return [
|
||||
{
|
||||
"name": "ocis-data-dir-permissions",
|
||||
"image": OC_CI_ALPINE,
|
||||
"commands": [
|
||||
"mkdir ./ocis-data",
|
||||
"chmod 777 ./ocis-data", # make writable for 33:33
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "ocis",
|
||||
"image": OC_CI_ALPINE,
|
||||
|
||||
Reference in New Issue
Block a user