From 7cdb80cdd7d0573aa7e9910472391126779f61e1 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 2 Oct 2018 17:20:25 +0200 Subject: [PATCH] chores: Use new drone-hugo plugin --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d9b5120..ffbed5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,10 +20,11 @@ pipeline: branch: master build-dev: - image: local/drone-hugo:latest + image: cbrgm/drone-hugo:latest buildDrafts: true buildFuture: true buildExpired: true + hugoVersion: "0.49" validate: true url: https://staging.vbrandl.net when: