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

This commit is contained in:
Jesper Hess 2019-12-29 21:15:33 +01:00 committed by 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