Specify specific version of bundler in .drone.yml
continuous-integration/drone/push Build is passing 详情

这个提交包含在:
Jesper Hess 2019-12-29 21:15:33 +01:00 提交者 Reynir Björnsson
父节点 583d65131f
当前提交 2d358b47b7
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -5,7 +5,7 @@ steps:
- name: build
image: ruby
commands:
- gem install bundler
- gem install bundler:1.17.3
- bundle install
- bundle exec jekyll build