Browse Source

build: change bundle mirror

zkitefly-patch-1
Yuhui Huang 3 years ago
parent
commit
9fbaa3f45b
  1. 3
      .drone.yml

3
.drone.yml

@ -5,7 +5,8 @@ pipeline:
- touch Gemfile.lock - touch Gemfile.lock
- chmod a+w Gemfile.lock - chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone - 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 install
- bundle exec jekyll build - bundle exec jekyll build

Loading…
Cancel
Save