Skip to content
Snippets Groups Projects
Commit d4024124 authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Merge branch '144-fix-clang-format-pipeline-typo' into 'master'

Resolve "Fix clang-format pipeline typo"

Closes #144

See merge request !86
parents bd17441b 91c2bb89
No related branches found
No related tags found
1 merge request!86Resolve "Fix clang-format pipeline typo"
Pipeline #1622 passed
......@@ -30,7 +30,7 @@ image: gekkofs/gekkofs:build_env-0.8.0
check format:
stage: check format
script:
- ${CI_PROJECT_DIR}/scripts/check_format.sh -s "${CI_PROJECT_DIR}/src" -i "${CI_PROJECT_DIR}/src" -v
- ${CI_PROJECT_DIR}/scripts/check_format.sh -s "${CI_PROJECT_DIR}/src" -i "${CI_PROJECT_DIR}/include" -v
compile dependencies:
stage: build deps
......
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