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

This reverts commit 2d358b47b7.
I don't think it's relevant after the Gemfile.lock update?
这个提交包含在:
Reynir Björnsson 2020-12-10 14:47:52 +01:00
父节点 f39077acaf
当前提交 ceee933bf6
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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