From 9fbaa3f45be3dc16ad039c6f5aa606b7693fd5da Mon Sep 17 00:00:00 2001 From: Yuhui Huang Date: Wed, 4 May 2022 21:13:22 +0800 Subject: [PATCH] build: change bundle mirror --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c63d671..0c4a787 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,8 @@ pipeline: - touch Gemfile.lock - chmod a+w Gemfile.lock - chown -R jekyll:jekyll /drone - - gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/ + - gem sources --add https://mirrors.tuna.tsinghua.edu.cn/rubygems/ --remove https://rubygems.org/ + - bundle config mirror.https://rubygems.org https://mirrors.tuna.tsinghua.edu.cn/rubygems - bundle install - bundle exec jekyll build