More stuff...
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2020-03-01 20:11:04 +01:00
parent a7acaa8c61
commit 7fb2822669
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@ steps:
- name: build - name: build
image: ruby:2.6.5 image: ruby:2.6.5
commands: commands:
- gem install jekyll - gem install bundler jekyll
- bundle install - bundle install
- bundle update --bundler
- bundle exec jekyll build --trace - bundle exec jekyll build --trace
- name: docker - name: docker