From fc85dcb3c5702e72cad0f8a06d7ea205810a1032 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 28 Apr 2020 15:32:32 +0200 Subject: [PATCH] Fixed YAML config. --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4242314..1df83dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,10 +39,10 @@ steps: commands: - valgrind --tool=memcheck --gen-suppressions=all --leak-check=full --leak-resolution=med --track-origins=yes --vgdb=no --error-exitcode=1 --suppressions=angelscript.supp build-release/bin/pkmnLibTests - name: style-check - image: deukhoofd/linux64builder - failure: ignore - commands: - - run-clang-format.py -r src/ CInterface/ tests/ + image: deukhoofd/linux64builder + failure: ignore + commands: + - run-clang-format.py -r src/ CInterface/ tests/ - name: test-release-windows image: deukhoofd/windowsbuilder volumes: