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: