gitlab-runner: use PrivateTmp to avoid clash with buildbot

This commit is contained in:
makefu 2017-08-16 15:20:37 +02:00
parent dc6fd2531f
commit 1623c03f12
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -10,6 +10,7 @@ in {
"/run/wrappers" # /run/wrappers/bin/su "/run/wrappers" # /run/wrappers/bin/su
"/" # /bin/sh "/" # /bin/sh
]; ];
systemd.services.gitlab-runner.serviceConfig.PrivateTmp = true;
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
services.gitlab-runner = { services.gitlab-runner = {
enable = true; enable = true;