mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
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…
Reference in New Issue
Block a user