mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
ci: Move clang-format-diff.py into CI directory
There’s no point in having it in the root directory when it’s only really used for CI. It just clutters up the root. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
f371d710f3
commit
9817ae71d9
@ -9,7 +9,7 @@ ancestor_horizon=28 # days (4 weeks)
|
|||||||
|
|
||||||
source .gitlab-ci/search-common-ancestor.sh
|
source .gitlab-ci/search-common-ancestor.sh
|
||||||
|
|
||||||
git diff -U0 --no-color "${newest_common_ancestor_sha}" | ./clang-format-diff.py -binary "clang-format-11" -p1
|
git diff -U0 --no-color "${newest_common_ancestor_sha}" | .gitlab-ci/clang-format-diff.py -binary "clang-format-11" -p1
|
||||||
|
|
||||||
)
|
)
|
||||||
exit_status=$?
|
exit_status=$?
|
||||||
|
Loading…
Reference in New Issue
Block a user