hainich/gitlab-runner: limit nix builds to 1

running concurrent builds might cause stuff to be redownloaded/rebuilt.
This commit is contained in:
hexchen 2021-05-10 14:39:51 +00:00
parent 3d8db75c48
commit 3b39b0f316

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