Merge pull request #25726 from michalpalka/gitlab-runner-fix
gitlab service: fix uploading artifacts from gitlab-runner
This commit is contained in:
commit
53a8634ad5
|
@ -440,6 +440,7 @@ in {
|
|||
path = with pkgs; [
|
||||
gitAndTools.git
|
||||
openssh
|
||||
gitlab-workhorse
|
||||
];
|
||||
preStart = ''
|
||||
mkdir -p /run/gitlab
|
||||
|
|
Loading…
Reference in New Issue