From ca39b7edc99d7ef8d78f4d182a6b8453136453f0 Mon Sep 17 00:00:00 2001 From: zv0n Date: Sun, 17 Oct 2021 13:30:10 +0200 Subject: [PATCH] New CI/CD image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fbaf214..35315e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ platform: steps: - name: build - image: cppbuilder:v0.2 + image: cppbuilder:v0.3 commands: - cd mario - mkdir build @@ -25,7 +25,7 @@ platform: steps: - name: formatting-check - image: cppbuilder:v0.2 + image: cppbuilder:v0.3 commands: - cd mario - FORMAT="ok"