build: bundler is included in jekyll docker container
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yuhui Huang 2022-05-04 21:04:35 +08:00
parent 5c84572b08
commit 223c838265

View File

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