Specify specific version of bundler in .drone.yml

This commit is contained in:
Jesper Hess 2019-12-29 21:15:33 +01:00
parent a5ea201918
commit 10e3fde4c0
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ steps:
- name: build - name: build
image: ruby image: ruby
commands: commands:
- gem install bundler - gem install bundler:1.17.3
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build