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:
parent
c58aa3a508
commit
8aa756b64a
@ -440,6 +440,7 @@ in {
|
||||
path = with pkgs; [
|
||||
gitAndTools.git
|
||||
openssh
|
||||
gitlab-workhorse
|
||||
];
|
||||
preStart = ''
|
||||
mkdir -p /run/gitlab
|
||||
|
Loading…
x
Reference in New Issue
Block a user