fix data directory

This commit is contained in:
Willy Kloucek
2022-01-12 13:54:33 +01:00
parent 0757fd191a
commit 67180bb773

View File

@@ -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,