krebs ci: add --force-populate

This commit is contained in:
lassulus 2017-07-28 13:37:39 +02:00
parent e8148b62fd
commit e312a5f961

View File

@ -116,8 +116,12 @@ in
"dummy_secrets": "true",
},
command=[
"nix-shell", "--run",
"test --user={} --system={} --target=$LOGNAME@${config.krebs.build.host.name}$HOME/{}".format(user, host, user)
"nix-shell", "--run", " ".join(["test",
"--user={}".format(user),
"--system={}".format(host),
"--force-populate",
"--target=$LOGNAME@${config.krebs.build.host.name}$HOME/{}".format(user),
])
]
)