mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
gitlab module: explicitely create pages shared path
Fixes creation of backups.
This commit is contained in:
parent
29f57ac447
commit
4bd12fa7b2
1 changed files with 1 additions and 0 deletions
|
@ -481,6 +481,7 @@ in {
|
|||
mkdir -p ${cfg.statePath}/repositories
|
||||
mkdir -p ${gitlabConfig.production.shared.path}/artifacts
|
||||
mkdir -p ${gitlabConfig.production.shared.path}/lfs-objects
|
||||
mkdir -p ${gitlabConfig.production.shared.path}/pages
|
||||
mkdir -p ${cfg.statePath}/log
|
||||
mkdir -p ${cfg.statePath}/shell
|
||||
mkdir -p ${cfg.statePath}/tmp/pids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue