'features' is a dict

This commit is contained in:
Simon Sapin 2018-09-04 18:38:12 +02:00
parent 1e6dd1c4d2
commit f2ccf29c90

View file

@ -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)