Specify specific version of bundler in .drone.yml

This commit is contained in:
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