Skip to content
Snippets Groups Projects
Commit b8865eed authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Merge branch 'master' into update-chagelog

* master:
  Fix changes list for formatting check
parents 2d0fae0f 45c3eac0
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ coding-conventions:
- sudo pip install autopep8==1.3.5
- make BUILDDIR=${BUILDDIR} configure
- git fetch https://gitlab.cern.ch/gaudi/Gaudi.git master
- git diff --name-only --no-renames --diff-filter MA FETCH_HEAD..HEAD | grep -E '\.(h|i?cpp|py)$' |
- git diff --name-only --no-renames --diff-filter MA FETCH_HEAD...HEAD | grep -E '\.(h|i?cpp|py)$' |
xargs --no-run-if-empty ${BUILDDIR}/apply-formatting || true
- "echo \"From: Gitlab CI <noreply@cern.ch>\" > apply-formatting.patch"
- "echo \"Date: $(date -R)\" >> apply-formatting.patch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment