diff --git a/.drone.yml b/.drone.yml index f5e3f06..01d1704 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline name: publish steps: +- name: test + image: alpine:3 + commands: + ls -R . - name: build image: plugins/hugo settings: