mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-17 21:50:28 +01:00
gitlab CI: drop the requirement for Signed-off-by
I'm starting to question this, there are plenty of large projects where this isn't a requirement (GNOME, systemd, ...) and libei doesn't exactly contain sophisticated technology that needs a DCO. Plus, it's a constant source of confusion for new contributors. Let's drop the requirement.
This commit is contained in:
parent
46e65370c6
commit
6926175e30
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ check-commit:
|
|||
- apk add python3 py-pip git
|
||||
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
script:
|
||||
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
||||
- ci-fairy check-commits --junit-xml=results.xml
|
||||
except:
|
||||
- master@libinput/libei
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ check-commit:
|
|||
- apk add python3 py-pip git
|
||||
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
|
||||
script:
|
||||
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
|
||||
- ci-fairy check-commits --junit-xml=results.xml
|
||||
except:
|
||||
- master@libinput/libei
|
||||
variables:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue