l 2 buildbot: fix buildbot finally (please)
This commit is contained in:
parent
bc3828ed33
commit
5063613c49
|
@ -36,7 +36,7 @@ in {
|
|||
};
|
||||
builder_pre = ''
|
||||
# prepare grab_repo step for stockholm
|
||||
grab_repo = steps.Git(repourl=stockholm_repo, mode='incremental', alwaysUseLatest=True)
|
||||
grab_repo = steps.Git(repourl=stockholm_repo, mode='full')
|
||||
|
||||
# TODO: get nixpkgs/stockholm paths from krebs
|
||||
env_lass = {
|
||||
|
|
Loading…
Reference in a new issue