From 2f25373f014878afd60d0e50286e30bf0728ef2f Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 13 Oct 2021 12:58:06 +0200 Subject: [PATCH] fix drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 448d750..2c38742 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,4 @@ steps: - name: check documentation build image: rust:1.49-slim-buster commands: - - build.sh + - ./build.sh