Specify specific version of bundler in .drone.yml

This commit is contained in:
Jesper Hess 2019-12-29 21:15:33 +01:00
rodič a5ea201918
revize 10e3fde4c0
Podepsáno nedůvěryhodným uživatelem: graffen
ID GPG klíče: 351A89E40D763F0F
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

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