Skip to content
Snippets Groups Projects
Verified Commit f5d3e189 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(pip) Fixed pipeline

Removed format check :passport_control:
parent 48077c19
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #19673 passed
......@@ -20,21 +20,6 @@ stages:
- build
- test
format:
<<: *global_tag_def
stage: build
script:
- clang-format --version # we use clang-format-10 exclusively
- ./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:
paths:
- patches/
expire_in: 1 day
when: on_failure
allow_failure: true
build:
<<: *global_tag_def
stage: build
......
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