NetworkManager/.gitlab-ci
Thomas Haller 52c6891534
gitlab-ci: reorder jobs for checkpatch test
All the steps of "checkpatch" test (except the last) check
the current tree for consistency. Those checks must always
pass.

Only the last step calls the "checkpatch-feature-branch.sh".
That script checks for common patterns, like avoiding g_assert()
(in favor of other assertion types). That last check only checks
the current patch, and there are many cases where the test is
known to fail (because these are just heuristics). As such, the
step that may fail should be called as last.
2020-11-09 09:35:59 +01:00
..
build.sh gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00
centos-install.sh gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00
ci.template gitlab-ci: reorder jobs for checkpatch test 2020-11-09 09:35:59 +01:00
config.yml gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00
debian-install.sh gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00
fedora-install.sh gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00
ubuntu-install.sh gitlab CI: switch to using ci-templates 2020-11-09 09:28:11 +01:00