From 6ab415b693c8cf354ae48b18795c184d0030ac24 Mon Sep 17 00:00:00 2001 From: lucidiot Date: Sat, 24 Jul 2021 23:51:13 +0200 Subject: [PATCH] Fix CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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