env
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2022-05-15 15:08:08 +02:00
parent d7eb18249d
commit 0d54935839
No known key found for this signature in database
GPG Key ID: BD711A37FE7DD77E
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ steps:
- name: build
image: ruby:latest
environment:
BUNDLE_PATH: /drone/.bundle
commands:
- bundle config set --local path /drone/.bundle
- bundle env
- bundle install
- bundle exec jekyll build