Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
gitlab.rb: remove ci parts as it is integrated in gitlab 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tuminoid committed Sep 25, 2015
1 parent 1d7d638 commit 75c0a83
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gitlab.rb.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ nginx['redirect_http_to_https'] = true
nginx['ssl_certificate'] = "/etc/ssl/certs/ssl-cert-snakeoil.pem"
nginx['ssl_certificate_key'] = "/etc/ssl/private/ssl-cert-snakeoil.key"

# do you want to enable gitlab-ci? uncomment this
# you also need to configure some runners, which are
# not included in omnibus package and require manual
# setup anyways
# also if ci is at same ip, disable redirect
ci_external_url 'http://gitlabci.invalid/'
nginx['redirect_http_to_https'] = false

#
# These settings are documented in more detail at
# https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example#L118
Expand Down

0 comments on commit 75c0a83

Please sign in to comment.