1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

ci: fix privilege setting

Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com>
This commit is contained in:
Saw-jan 2025-04-15 16:31:00 +05:45
parent 21e530f017
commit 63756bf712
No known key found for this signature in database
GPG Key ID: 8CB52C9ABF046F4A

View File

@ -3542,13 +3542,13 @@ def deployments(ctx):
"kind": "pipeline",
"type": "docker",
"name": "k3d",
"privileged": True,
"steps": wait(ctx) + install(ctx) + showPodsAfterInstall(ctx),
"services": [
{
"name": "k3d",
"image": "ghcr.io/k3d-io/k3d:5-dind",
"user": "root",
"privileged": True,
"commands": [
"git clone https://github.com/owncloud/ocis-charts.git",
"cd ocis-charts",