From: scavin Date: Mon, 3 Sep 2018 00:32:59 +0000 (+0800) Subject: ruby-china change domain (#406) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ed294afb624a96ff234f1795f449e7b293e99178;p=discourse_docker.git ruby-china change domain (#406) --- diff --git a/templates/web.china.template.yml b/templates/web.china.template.yml index 983f289..5a424a7 100644 --- a/templates/web.china.template.yml +++ b/templates/web.china.template.yml @@ -2,9 +2,9 @@ hooks: before_web: - exec: cmd: - - gem sources --add https://gems.ruby-china.org/ --remove https://rubygems.org/ + - gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.com/ before_bundle_exec: - exec: cmd: - - su discourse -c 'bundle config mirror.https://rubygems.org https://gems.ruby-china.org/' + - su discourse -c 'bundle config mirror.https://rubygems.com https://gems.ruby-china.com/'