From ba72a7940c961cc573d376f62523220f95128b74 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 31 Jul 2018 05:11:39 -0700 Subject: [PATCH] Simplify as much as possible --- .drone.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7225804..8cfe8da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,22 +1,5 @@ pipeline: - restore-cache: - image: drillster/drone-volume-cache - restore: true - mount: - - /drone/.bundle - volumes: - - /tmp/bundle-cache:/cache build: - image: ruby:2.5.1-alpine3.7 - environment: - - BUNDLE_PATH=/drone/.bundle + image: jekyll/jekyll:latest commands: - - bundle install - - bundle exec jekyll build - rebuild-cache: - image: drillster/drone-volume-cache - rebuild: true - mount: - - /drone/.bundle - volumes: - - /tmp/bundle-cache:/cache + - jekyll build