Specify specific version of bundler in .drone.yml

这个提交包含在:
Jesper Hess 2019-12-29 21:15:33 +01:00
父节点 a5ea201918
当前提交 10e3fde4c0
由未授信的用户签名: graffen
GPG 密钥 ID: 351A89E40D763F0F
共有 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