fix data directory

This commit is contained in:
Willy Kloucek committed 2022-01-13 08:13:14 +01:00
1 parent 0757fd191a
commit 67180bb773
1 file changed
+8
+8
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,