hainich/gitlab-runner: limit nix builds to 1
running concurrent builds might cause stuff to be redownloaded/rebuilt.
This commit is contained in:
parent
3d8db75c48
commit
3b39b0f316
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
registrationConfigFile = "/etc/gitlab-runner/gitlab-runner.env";
|
||||
};
|
||||
nix = {
|
||||
limit = 1; # don't run multiple jobs
|
||||
registrationConfigFile = "/etc/gitlab-runner/gitlab-runner.env";
|
||||
dockerImage = "alpine";
|
||||
dockerVolumes = [
|
||||
|
|
Loading…
Reference in a new issue