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