diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-05-03 12:05:19 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-05-03 12:05:19 +0000 |
commit | 62aa05dd0cc5b6e93c166fbcc8e92cf2750c5f85 (patch) | |
tree | 0ab48100c530b3ce6cd623daaaa20ea839395978 /config | |
parent | 747232eeda7c79ea65a5c208399a6c72872ff4bc (diff) | |
parent | fc79f7382ce08bf3ad0daa70be6ea0603304f2af (diff) | |
download | gitlab-ce-62aa05dd0cc5b6e93c166fbcc8e92cf2750c5f85.tar.gz |
Merge branch 'master' into 'master'
Update config.yml.example
See merge request !597
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 93a01c0723f..93e75b46856 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -12,6 +12,9 @@ # 2. Update gitlab -> host with your fully qualified domain name # 3. Update gitlab -> email_from # 4. If you installed Git from source, change git -> bin_path to /usr/local/bin/git + IMPORTANT: If Git was installed in a different location use that instead. + You can check with `which git`. If a wrong path of Git is specified, it will + result in various issues such as failures of GitLab CI builds. # 5. Review this configuration file for other settings you may want to adjust production: &base |