From d667c9dd9435dbd75fb3103bb8d3c4883ea27173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Sun, 15 May 2022 15:15:37 +0200 Subject: [PATCH] env --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d87a012..d6e1916 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,7 @@ steps: - bundle config set --local path /drone/.bundle - bundle env - bundle install + - ls -la /drone/.bundle - bundle exec jekyll build - name: rebuild-cache @@ -42,4 +43,4 @@ node: volumes: - name: bundle-cache host: - path: /tmp/ruby-bundle-cache-sergio.am + path: /var/lib/drone/temp/ruby-bundle-cache-sergio.am