Browse Source

build: bundler is included in jekyll docker container

zkitefly-patch-1
Yuhui Huang 3 years ago
parent
commit
223c838265
  1. 2
      .drone.yml

2
.drone.yml

@ -6,8 +6,6 @@ pipeline:
- 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://gems.ruby-china.com/ --remove https://rubygems.org/
- gem update --system
- gem install bundler
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build

Loading…
Cancel
Save