Skip to content
Snippets Groups Projects
Commit df2fa53c authored by Boman Romain's avatar Boman Romain
Browse files

fix format_code.py path

parent ce6ba8a2
No related branches found
No related tags found
1 merge request!70Replacement of fwk, tbox, tboxVtk by amfe
Pipeline #5592 passed
......@@ -27,7 +27,7 @@ format:
stage: build
script:
- clang-format --version # we use clang-format-10 exclusively
- ./scripts/format_code.py
- ./ext/amfe/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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment