refactoring these steps
continuous-integration/drone/push Build is passing Details

drafts
Nick Dumas 2 years ago
parent 62f988e530
commit 9f0db94308

@ -6,6 +6,16 @@ steps:
image: alpine/git image: alpine/git
commands: commands:
- git submodule update --init --recursive - 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 - name: build
image: code.ndumas.com/ndumas/drone-hugo image: code.ndumas.com/ndumas/drone-hugo
commands: commands:

Loading…
Cancel
Save