From 0ad520904f9071f71f68a14d87c9663bf4d6f525 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Mon, 5 Oct 2020 14:06:36 +0200 Subject: [PATCH] Update ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fae485..6f61239 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ format: stage: build script: - clang-format --version # we use clang-format-10 exclusively - - python3 ${CI_PROJECT_DIR}/../waves/scripts/format_code.py + - ${CI_PROJECT_DIR}/../waves/scripts/format_code.py - mkdir -p patches - if git diff --patch --exit-code > patches/clang-format.patch; then echo "Clang format changed nothing"; else echo "Clang format found changes to make!"; false; fi artifacts: -- GitLab