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

This commit is contained in:
Jesper Hess 2019-12-29 21:15:33 +01:00
부모 cff5d9b0b2
커밋 3432185e78
Signed by untrusted user: 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