gitlab service: fix uploading artifacts from gitlab-runner

Add the binaries from gitlab-workhorse to the path of the
gitlab-workhorse service, as gitlab-zip-metadata is needed
by the service
This commit is contained in:
Michał Pałka 2017-05-12 06:52:33 +00:00
parent c58aa3a508
commit 8aa756b64a

View file

@ -440,6 +440,7 @@ in {
path = with pkgs; [
gitAndTools.git
openssh
gitlab-workhorse
];
preStart = ''
mkdir -p /run/gitlab