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", "dummy_secrets": "true",
}, },
command=[ command=[
"nix-shell", "--run", "nix-shell", "--run", " ".join(["test",
"test --user={} --system={} --target=$LOGNAME@${config.krebs.build.host.name}$HOME/{}".format(user, host, user) "--user={}".format(user),
"--system={}".format(host),
"--force-populate",
"--target=$LOGNAME@${config.krebs.build.host.name}$HOME/{}".format(user),
])
] ]
) )