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; [
|
path = with pkgs; [
|
||||||
gitAndTools.git
|
gitAndTools.git
|
||||||
openssh
|
openssh
|
||||||
|
gitlab-workhorse
|
||||||
];
|
];
|
||||||
preStart = ''
|
preStart = ''
|
||||||
mkdir -p /run/gitlab
|
mkdir -p /run/gitlab
|
||||||
|
Loading…
x
Reference in New Issue
Block a user