krebs ci: add --force-populate
This commit is contained in:
parent
e8148b62fd
commit
e312a5f961
|
@ -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),
|
||||
])
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue