diff --git a/.drone.yml b/.drone.yml index e3ab086..e62766e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,10 +6,10 @@ steps: image: alpine/git commands: - git submodule update --init --recursive -- name: test +- name: list files image: alpine:3 commands: - - ls -R . + - find . - name: build image: plugins/hugo settings: