From fae31c86b60c5e03e64ab8a4348c41212456a478 Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 25 Nov 2022 10:00:09 +0800 Subject: [PATCH] update gem source --- .codechina-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index 9ae8174..d49ef9e 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -6,6 +6,8 @@ variables: CI_DEFAULT_BRANCH: pages before_script: + - gem sources -a https://gems.ruby-china.com + - gem source -u - gem install bundler - bundle install -- GitLab