From 9f0db94308aae25351cd0baa4a4a05eeba85eec4 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 3 Feb 2023 17:24:23 +0000 Subject: [PATCH] refactoring these steps --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8ba4bd2..febd230 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,16 @@ steps: image: alpine/git commands: - git submodule update --init --recursive +- name: sanitize-posts + image: alpine + commands: + - echo "NOT IMPLEMENTED" + - exit 0 +- name: gather-media + image: alpine + commands: + - echo "NOT IMPLEMENTED" + - exit 0 - name: build image: code.ndumas.com/ndumas/drone-hugo commands: