From 62e6dbcd6bef8fcd9d65516ac2b05d45d7400169 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 24 Mar 2020 10:50:07 +0100 Subject: [PATCH] feat: Update hugo image --- .drone.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index c086618..ae53c38 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ platform: steps: - name: install - image: kosssi/hugo:0.0.1 + image: registry.lamelio.fr/kosssi/hugo commands: - git submodule update --init - (cd themes/hugo-theme-lowtech && npm i) @@ -42,13 +42,3 @@ steps: auto_tag: true tags: - latest - -- name: logs - image: node:12.16.1 - commands: - - ls -alh themes - when: - event: - - cron - cron: - - nightly