From 8111d5ea0af6b2f7f59c6a7913d5abb28e3b06dc Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 28 Apr 2020 16:53:13 +0200 Subject: [PATCH] We don't have a CInterface dir to style echeck --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 63cd6f3..85519ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: image: deukhoofd/linux64builder failure: ignore commands: - - run-clang-format.py -r src/ CInterface/ tests/ --exclude "*MacroUtils.hpp" + - run-clang-format.py -r src/ tests/ --exclude "*MacroUtils.hpp" - name: test-release-windows image: deukhoofd/windowsbuilder commands: