mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02: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:
@@ -9,7 +9,7 @@ ancestor_horizon=28 # days (4 weeks)
|
||||
|
||||
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=$?
|
||||
|
Reference in New Issue
Block a user