diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-13 11:50:13 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-15 13:31:18 -0600 |
commit | c780ad0e926f15ed47acd744df99f89081c8a340 (patch) | |
tree | aa1254259fa8efa2cf9f9cdc177d906b64f6357b /config | |
parent | 0667d1aa7f251f5bf11dd121fe2f696107d8103e (diff) | |
download | gitlab-ce-c780ad0e926f15ed47acd744df99f89081c8a340.tar.gz |
Remove all instances of theme_id; require downtime
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 560be67a70f..a82ff605a70 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -603,4 +603,4 @@ test: admin_group: '' staging: - <<: *base
\ No newline at end of file + <<: *base |