From 2de4250fc4316b9a1427ef07b437465841acf4d7 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Mon, 5 Oct 2020 11:17:21 +0200 Subject: [PATCH] Update ci --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af931b6..6fae485 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,10 +37,7 @@ format: stage: build script: - clang-format --version # we use clang-format-10 exclusively - - ls ${CI_PROJECT_DIR}/../waves/scripts - - ./builds/am-dept/waves/scripts/format_code.py - - ./../waves/scripts/format_code.py - - .${CI_PROJECT_DIR}/../waves/scripts/format_code.py + - python3 ${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