Skip to content

Commit

Permalink
ci: fix storage path
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Nov 12, 2024
1 parent 23dfc07 commit 34e655f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ def multiServiceE2ePipeline(ctx):

storage_volume = [{
"name": "storage",
"path": "/var/lib/ocis",
"path": "/root/.ocis",
}]
storage_users_services = startOcisService("storage-users", "storageusers1", storage_users1_environment, storage_volume) + \
startOcisService("storage-users", "storageusers2", storage_users2_environment, storage_volume) + \
Expand Down

0 comments on commit 34e655f

Please sign in to comment.