From cf8ffeb569361c68fdd8047e98263a7f5f24a3d8 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Dec 2018 08:44:06 +0100 Subject: [PATCH] drone: use current hugo version --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2bc005f..df63fcc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ pipeline: build-draft: image: cbrgm/drone-hugo:latest + hugoVersion: 0.52 validate: true buildDrafts: true buildExpired: true @@ -12,6 +13,7 @@ pipeline: build-prod: image: cbrgm/drone-hugo:latest + hugoVersion: 0.52 validate: true theme: geeklab when: