forked from mirrors/nixpkgs
gitlab module: explicitely create pages shared path
Fixes creation of backups.
This commit is contained in:
parent
29f57ac447
commit
4bd12fa7b2
|
@ -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…
Reference in a new issue