Skip to content

Commit

Permalink
gitlab module: explicitely create pages shared path
Browse files Browse the repository at this point in the history
Fixes creation of backups.
  • Loading branch information
fpletz committed Mar 21, 2017
1 parent 29f57ac commit 4bd12fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/misc/gitlab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bd12fa

Please sign in to comment.