Specify specific version of bundler in .drone.yml

Este commit está contenido en:
Jesper Hess 2019-12-29 21:15:33 +01:00
padre a5ea201918
commit 10e3fde4c0
Firmado por usuario no fiable: graffen
ID de clave GPG: 351A89E40D763F0F
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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