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

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

View File

@ -17,7 +17,7 @@ steps:
- name: build - name: build
image: ruby:latest image: ruby:latest
environment: environment:
- BUNDLE_PATH=/drone/.bundle BUNDLE_PATH: /drone/.bundle
commands: commands:
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build