mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-10 06:10:05 -06:00
fix depends_on and user
This commit is contained in:
@@ -1990,6 +1990,7 @@ def parallelDeployAcceptancePipeline(ctx):
|
||||
pipeOCISConfigVol,
|
||||
pipelineVolumeOC10Tests,
|
||||
],
|
||||
"depends_on": getPipelineNames([buildOcisBinaryForTesting(ctx)]),
|
||||
"trigger": {},
|
||||
}
|
||||
|
||||
@@ -2119,14 +2120,13 @@ def parallelDeploymentOcisServer():
|
||||
"environment": environment,
|
||||
"detach": True,
|
||||
"commands": [
|
||||
"apk add mailcap", # install /etc/mime.types
|
||||
"ocis/bin/ocis server",
|
||||
],
|
||||
"volumes": [
|
||||
stepVolumeOC10OCISData,
|
||||
stepVolumeOCISConfig,
|
||||
],
|
||||
"user": "33:33",
|
||||
"user": "33:33", # same user as oC10
|
||||
"depends_on": ["fix-permissions"],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user