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