diff --git a/.drone.yml b/.drone.yml index 94624fb..5083910 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,5 @@ steps: - name: build image: alpine commands: - - apk add tree libxslt libxml2-utils bash - - apk add pandoc --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ + - apk add tree libxslt libxml2-utils bash pandoc - bash -xe build.sh