Test syntax
This commit is contained in:
parent
13742f4b1a
commit
9245cba587
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ in
|
|||
settings = {
|
||||
runner = {
|
||||
capacity = 4;
|
||||
envs = [
|
||||
"DOCKER_HOST=unix:///var/run/docker.sock"
|
||||
];
|
||||
envs = {
|
||||
DOCKER_HOST = "unix:///var/run/docker.sock";
|
||||
};
|
||||
};
|
||||
container = {
|
||||
privileged = true;
|
||||
|
|
Loading…
Reference in a new issue