mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
'features' is a dict
This commit is contained in:
parent
1e6dd1c4d2
commit
f2ccf29c90
1 changed files with 3 additions and 3 deletions
|
@ -57,9 +57,9 @@ def create_task(name, command, artifacts=None, dependencies=None, env=None, cach
|
|||
}
|
||||
for artifact_name, path in artifacts or []
|
||||
},
|
||||
"features": [
|
||||
"dind", # docker-in-docker
|
||||
],
|
||||
"features": {
|
||||
"dind": True, # docker-in-docker
|
||||
},
|
||||
},
|
||||
}
|
||||
queue.createTask(task_id, payload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue