From fc79f7382ce08bf3ad0daa70be6ea0603304f2af Mon Sep 17 00:00:00 2001 From: win32 Date: Sat, 2 May 2015 11:04:07 +0000 Subject: Update config.yml.example --- config/gitlab.yml.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1