hainich/gitlab-runner: limit nix builds to 1

running concurrent builds might cause stuff to be redownloaded/rebuilt.
keep-around/3b39b0f316717010e978afe0e8d01c299c2a3b2e
hexchen 2021-05-10 14:39:51 +00:00
parent 3d8db75c48
commit 3b39b0f316
1 changed files with 1 additions and 0 deletions

View File

@ -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 = [