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

Este commit está contenido en:
Jesper Hess 2019-12-29 21:15:33 +01:00
padre cff5d9b0b2
commit 3432185e78
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