mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
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
Block a user