From b3d8e7019dd47c63d93a59a2955bb9fab37fccf6 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Tue, 31 Jan 2023 14:11:05 -0500 Subject: [PATCH] if you want something done right --- .drone.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1bc0818..f56ab9a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,12 +7,7 @@ steps: commands: - git submodule update --init --recursive - name: build - image: plugins/hugo - settings: - hugo_version: 0.110 - validate: true - buildDrafts: false - buildFuture: false - buildExpired: false + image: alpine:3 commands: - - /bin/hugo version + - apk add hugo + - hugo version