Specify specific version of bundler in .drone.yml

このコミットが含まれているのは:
Jesper Hess 2019-12-29 21:15:33 +01:00
コミット 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