From 665259736b246273dc267b275845ace97b51b6f7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Dec 2018 10:06:56 +0100 Subject: [PATCH] try alpine with hugo --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 56372a9..0c8027f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,10 +12,10 @@ pipeline: event: push build-prod: - image: cbrgm/drone-hugo:latest - hugoVersion: 0.52 - validate: true - theme: geeklab + image: alpine + command: + - wget https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.tar.gz -O - | tar -xz + - ./hugo version when: branch: master event: push