diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-15 18:00:17 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-15 18:00:17 +0200 |
commit | 3c4706d95150d10d05c55af58129d4294d14eb93 (patch) | |
tree | a4a4013fd59ab62c659f3ad0cea7d1ef567d71ab /.gitlab-ci.yml | |
parent | 7c0fdf2628d0047bef57143aa3d672a3648940f0 (diff) | |
parent | 149e46f06a661bd51f3a247dd41a49b553fdca65 (diff) |
Merge remote-tracking branch 'origin/master' into obsdobsd
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 b99b4bc..063bd49 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/xdriinfo variables: |