diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2022-12-04 12:04:18 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2022-12-04 12:04:18 +0100 |
commit | 6b3955f66df30c4d7f3ec954629a868e92ff7e67 (patch) | |
tree | 5e35d21d05e846f9891916f177c2a1d0ae8d0c9f /.gitlab-ci.yml | |
parent | d0ecfef28c08483e918c7f758a5f132071442ee0 (diff) | |
parent | f9786fb5a7e526035699f3d4d6661468ab20e689 (diff) |
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 469ba82..13bd884 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,14 +35,14 @@ variables: # -# Verify that commit messages are as expected, signed-off, etc. +# Verify that commit messages are as expected # check-commits: extends: - .fdo.ci-fairy stage: prep script: - - ci-fairy check-commits --signed-off-by --junit-xml=results.xml + - ci-fairy check-commits --junit-xml=results.xml except: - master@xorg/app/xinit variables: |