summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwin32 <win32re@gmail.com>2015-05-02 11:04:07 +0000
committerwin32 <win32re@gmail.com>2015-05-02 11:04:07 +0000
commitfc79f7382ce08bf3ad0daa70be6ea0603304f2af (patch)
treec3cc23cd3adbec765c8dbb1d57b7e617e55ccb22
parent76aade28e25d1f6e8924b35ed9bd365c8889987f (diff)
downloadgitlab-ce-fc79f7382ce08bf3ad0daa70be6ea0603304f2af.tar.gz
Update config.yml.example
-rw-r--r--config/gitlab.yml.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index ba40671b162..e9d962b1901 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
@@ -334,4 +337,4 @@ test:
sync_ssh_keys: false
staging:
- <<: *base
+ <<: *base \ No newline at end of file