build: change bundle mirror

This commit is contained in:
Yuhui Huang 2022-05-04 21:13:22 +08:00
parent 223c838265
commit 9fbaa3f45b

View File

@ -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