From 061600081447bf7de7a908afaac95d9bcafb8d31 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 10 Dec 2020 13:54:01 +0200 Subject: [PATCH] .drone.yml: Use hugo-ext image We need git for modified dates on posts. See: https://github.com/klakegg/docker-hugo --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1480ef0e..4333058f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,9 +6,9 @@ steps: - name: submodules image: alpine/git commands: - - git submodule update --recursive --remote + - git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog - name: build - image: klakegg/hugo + image: klakegg/hugo:ext-alpine commands: - hugo