Skip to content

Commit

Permalink
fix data directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jan 12, 2022
1 parent 01415e3 commit a8232a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a8232a9

Please sign in to comment.