summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-16 15:20:37 +0200
committerlassulus <lassulus@lassul.us>2017-09-06 11:05:45 +0200
commit2f852df56a40e06588a726c329a05d8cd90c0370 (patch)
tree2daf553152b56470481e3cc488b631226ab3faf8
parenta627e844c3c9250c8c3938820e33cb8566cadcbb (diff)
gitlab-runner: use PrivateTmp to avoid clash with buildbot
-rw-r--r--krebs/2configs/gitlab-runner-shackspace.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/gitlab-runner-shackspace.nix b/krebs/2configs/gitlab-runner-shackspace.nix
index 7794f1dd2..d9b4cd589 100644
--- a/krebs/2configs/gitlab-runner-shackspace.nix
+++ b/krebs/2configs/gitlab-runner-shackspace.nix
@@ -10,6 +10,7 @@ in {
"/run/wrappers" # /run/wrappers/bin/su
"/" # /bin/sh
];
+ systemd.services.gitlab-runner.serviceConfig.PrivateTmp = true;
virtualisation.docker.enable = true;
services.gitlab-runner = {
enable = true;