From 93349bcb94b6e667125e8641be4693abbde78e1c Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Mon, 5 Oct 2020 11:08:56 +0200 Subject: [PATCH] Update ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b43c5f0..af931b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,9 @@ format: script: - clang-format --version # we use clang-format-10 exclusively - ls ${CI_PROJECT_DIR}/../waves/scripts - - .${CI_PROJECT_DIR}/../waves/scripts/format_code.py - ./builds/am-dept/waves/scripts/format_code.py + - ./../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