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 gecommit door Reynir Björnsson
bovenliggende 583d65131f
commit 2d358b47b7
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen

Bestand weergeven

@ -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