From edb8444d7d95238dde1aba0f90da3aec2f762d21 Mon Sep 17 00:00:00 2001 From: zvon Date: Mon, 23 May 2022 22:57:04 +0200 Subject: [PATCH] Update drone settings --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca873ef..d9b4a46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: cppbuilder:v0.5 + image: docker.zvon.tech/cppbuilder:v0.06 commands: - cd mario - mkdir build @@ -25,7 +25,7 @@ platform: steps: - name: formatting-check - image: cppbuilder:v0.5 + image: docker.zvon.tech/cppbuilder:v0.06 commands: - cd mario - find . -path "./build" -prune -or -path "./.cache" -prune -or -iname "*.cpp" -or -iname "*.hpp" -print | xargs -P0 -I{} clang-format -style=file --dry-run -Werror {}