From 0d549358399ce9b90a2bda0e838a73507589d25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Sun, 15 May 2022 15:08:08 +0200 Subject: [PATCH] env --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b23c1af..d87a012 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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