From 51d7e4797ed52bd5eb4e2ca387a4cba4e5458762 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Thu, 2 Feb 2023 23:37:09 +0000 Subject: [PATCH] testing if the hugo image simply doesn't have a shell --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c23a831..124ffec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: commands: - git submodule update --init --recursive - name: build - image: gohugoio/hugo + image: alpine commands: - hugo - name: publish