Skip to content

Commit 3b8dd4b

Browse files
Michał PałkaMic92
Michał Pałka
authored andcommittedMay 13, 2017
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 (cherry picked from commit 8aa756b)
1 parent 4af03f6 commit 3b8dd4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nixos/modules/services/misc/gitlab.nix

+1
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ in {
440440
path = with pkgs; [
441441
gitAndTools.git
442442
openssh
443+
gitlab-workhorse
443444
];
444445
preStart = ''
445446
mkdir -p /run/gitlab

0 commit comments

Comments
 (0)
Please sign in to comment.